feat: add url prefix

This commit is contained in:
engigu
2026-01-15 20:05:00 +08:00
parent 18ad967df3
commit 4b15146cdb
10 changed files with 240 additions and 17 deletions
+5 -4
View File
@@ -20,7 +20,8 @@ import router from './router';
} catch (_) {}
})();
const app = createApp(App)
app.use(router)
app.use(pinia)
app.mount('#app')
const app = createApp(App);
app.use(router);
app.use(pinia);
app.mount('#app');