From 19f304e7d0834ef94bc82966f734d9725c36874b Mon Sep 17 00:00:00 2001 From: wuzhihao Date: Thu, 29 Aug 2024 09:59:37 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Aelementui=20class=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=8C=85=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 6b6e57c..6d1ad0f 100644 --- a/vue.config.js +++ b/vue.config.js @@ -48,7 +48,7 @@ const cdn = { // 'https://code.jquery.com/jquery-3.6.0.min.js' ], - css: ["https://unpkg.zhimg.com/element-ui@2.15.6/lib/theme-chalk/index.css"], + css: ["https://unpkg.com/element-ui/lib/theme-chalk/index.css"], } module.exports = { assetsDir: 'assets',