mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🌈 style(eslint): 第一次过 eslint
姑且先把能过的 ts 文件给过了,明天再过其余的 ts 文件跟 vue Signed-off-by: BTMuli <BT-Muli@outlook.com> (cherry picked from commit b7392bddea895b8b8cc1cad5ba0403d2dc738643)
This commit is contained in:
@@ -19,13 +19,9 @@ import { createVuetify } from "vuetify";
|
||||
import "./assets/index.css";
|
||||
|
||||
if (import.meta.env.MODE === "development") {
|
||||
await import("@vue/devtools").then(i => {
|
||||
await import("@vue/devtools").then((i) => {
|
||||
i.default.connect(/* host, port */);
|
||||
});
|
||||
}
|
||||
|
||||
createApp(App)
|
||||
.use(router)
|
||||
.use(store)
|
||||
.use(createVuetify())
|
||||
.mount("#app");
|
||||
createApp(App).use(router).use(store).use(createVuetify()).mount("#app");
|
||||
|
||||
Reference in New Issue
Block a user