feat: add url prefix
This commit is contained in:
+5
-4
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user