From b3b0c4028a40cfe369c3ab94aa2e0df1dab4e2f1 Mon Sep 17 00:00:00 2001 From: wangqing <408564126@qq.com> Date: Wed, 31 Jan 2024 09:33:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8F=91=E5=B8=83=E5=88=B0=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=99=A8element=20icon=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/utils.js b/build/utils.js index e534fb0..1bd1c41 100644 --- a/build/utils.js +++ b/build/utils.js @@ -47,6 +47,7 @@ exports.cssLoaders = function (options) { if (options.extract) { return ExtractTextPlugin.extract({ use: loaders, + publicPath:'../../', fallback: 'vue-style-loader' }) } else {