chore: 接入 ESLint 并修复存量错误

This commit is contained in:
2026-08-27 21:48:32 +08:00
parent d33bc11014
commit 45e6663568
5 changed files with 2598 additions and 30 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import App from './App.vue'
import router from "@/router"
import 'normalize.css'
var app = createApp(App)
const app = createApp(App)
app.use(ElementPlus)
app.use(router)
app.mount('#app')