@@ -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')