zhangweicheng 3 سال پیش
والد
کامیت
1a87374534
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 router from './router';
 
-const app = createApp(App)
+const app = createApp(App);
 app.use(ElementPlus, { size: 'mini', locale: zhCn, })
 app.use(router)
 app.mount('#app')