From eb0d1a616eb181b9660398ff27cf363d7e1faa37 Mon Sep 17 00:00:00 2001 From: zhoulei Date: Tue, 14 Dec 2021 10:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=8E=E6=98=BE=E7=9A=84=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=96=87=E4=BB=B6=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/vue.config.js b/vue.config.js index 1a33878..8977ef3 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,5 @@ module.exports = { lintOnSave: false, - transpileDependencies: ['@dcloudio/uni-ui'], - assetsDir:'nwp/static', - transpileDependencies: ['uview-ui'] -} \ No newline at end of file + transpileDependencies: ['@dcloudio/uni-ui', 'uview-ui'], + assetsDir: 'nwp/static', +};