From 3c86317027ea9ae02395c3db24dea61bcc879197 Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Thu, 5 May 2022 16:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=8D=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main.js b/src/main.js index 30b257f..e53ae3e 100644 --- a/src/main.js +++ b/src/main.js @@ -83,19 +83,19 @@ function getCurrent(){ console.log(data.errMsg); } - + new Vue({ + el: "#app", + router, + store, + i18n, + components: { App }, + template: "" + }); }); } -// getCurrent() +getCurrent() + -new Vue({ - el: "#app", - router, - store, - i18n, - components: { App }, - template: "" -}); -- 2.26.0