From 749ae9a390f0d127a06134a302581b578ccd69f4 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Thu, 15 Jul 2021 11:17:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.js b/src/main.js index 49f1ae3..d08c1a1 100644 --- a/src/main.js +++ b/src/main.js @@ -12,7 +12,6 @@ Vue.use(AlloyFingerPlugin, { AlloyFinger }); Vue.config.productionTip = false; Vue.use(uView); -Vue.use(AlloyFingerPlugin, { AlloyFinger }); App.mpType = 'app';