From 31dbe2c280fbb4ec86e57f8a961313987a831eed Mon Sep 17 00:00:00 2001 From: Kyour Date: Fri, 20 Jan 2023 04:54:06 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/main.js.=20import=E9=A1=BA?= =?UTF-8?q?=E5=BA=8F=E8=B0=83=E6=95=B4=EF=BC=8Cvue=E5=BA=94=E5=9C=A8el-plu?= =?UTF-8?q?s=E4=B9=8B=E5=89=8D=EF=BC=8C=E5=90=A6=E5=88=99=E5=9C=A8?= =?UTF-8?q?=E6=96=B0=E7=89=88wl-plus=E4=B8=AD=E5=8F=AF=E8=83=BD=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kyour --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index 87cb0b68..afb5fc4f 100644 --- a/src/main.js +++ b/src/main.js @@ -1,3 +1,4 @@ +import { createApp } from 'vue' import ElementPlus from 'element-plus' import 'element-plus/dist/index.css' import 'element-plus/theme-chalk/display.css' @@ -5,7 +6,6 @@ import scui from './scui' import i18n from './locales' import router from './router' import store from './store' -import { createApp } from 'vue' import App from './App.vue' const app = createApp(App);