zhangweicheng 3 years ago
parent
commit
1a87374534
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -5,7 +5,7 @@ import zhCn from 'element-plus/es/locale/lang/zh-cn'
 import '@/styles/index.scss';
 import '@/styles/index.scss';
 import router from './router';
 import router from './router';
 
 
-const app = createApp(App)
+const app = createApp(App);
 app.use(ElementPlus, { size: 'mini', locale: zhCn, })
 app.use(ElementPlus, { size: 'mini', locale: zhCn, })
 app.use(router)
 app.use(router)
 app.mount('#app')
 app.mount('#app')