From a1204f823f43149fbf5a77e90f887f47522caa3c Mon Sep 17 00:00:00 2001 From: peerless_hero Date: Wed, 30 Aug 2023 13:25:22 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E7=A7=BB=E9=99=A4ElementPlus=E7=9A=84?= =?UTF-8?q?CDN=EF=BC=9Bvue=E7=89=88=E6=9C=AC=E8=B0=83=E6=95=B4=E4=B8=BA?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .storybook/main.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.storybook/main.ts b/.storybook/main.ts index 7ac2454..a04f146 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -1,8 +1,8 @@ /* * @Author: zhaojinfeng 121016171@qq.com * @Date: 2023-06-15 13:22:59 - * @LastEditors: zhaojinfeng 121016171@qq.com - * @LastEditTime: 2023-08-22 02:38:25 + * @LastEditors: peerless_hero peerless_hero@outlook.com + * @LastEditTime: 2023-08-30 13:21:14 * @FilePath: \vue3\.storybook\main.ts * @Description: */ @@ -15,7 +15,6 @@ const externalGlobalsObj = { 'vue': 'Vue', 'vue-demi': 'VueDemi', 'vue-router': 'VueRouter', - 'element-plus': 'ElementPlus', // 'react': 'React', // 'react-dom': 'ReactDom', // 'VueOfficeDocx': 'vue-office-docx', @@ -30,10 +29,9 @@ const cdn = { js: [ // 'https://registry.npmmirror.com/react/18.2.0/files/umd/react.production.min.js', // 'https://registry.npmmirror.com/react-dom/18.2.0/files/umd/react-dom.production.min.js', - 'https://registry.npmmirror.com/vue/3.2.47/files/dist/vue.global.prod.js', + 'https://registry.npmmirror.com/vue/3.2.47/files/dist/vue.global.js', 'https://registry.npmmirror.com/vue-demi/0.14.0/files/lib/index.iife.js', 'https://registry.npmmirror.com/vue-router/4.1.6/files/dist/vue-router.global.js', - 'https://registry.npmmirror.com/element-plus/2.3.6/files/dist/index.full.min.js', ], }