Procházet zdrojové kódy

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/Platform

qinlaiqiao před 3 roky
rodič
revize
693091bc85
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -6,7 +6,7 @@ import '@/styles/index.scss';
 import router from './router';
 import register from '@/components';
 
-const app = createApp(App)
+const app = createApp(App);
 app.use(ElementPlus, { size: 'mini', locale: zhCn, })
 app.use(router)
 register(app)