wip
This commit is contained in:
@@ -2,7 +2,7 @@ import { createRouter, createWebHistory } from 'vue-router';
|
||||
import MkIndex from './pages/index.vue';
|
||||
import { defineAsyncComponent } from 'vue';
|
||||
|
||||
const page = (path: string) => defineAsyncComponent(() => import(`./pages/${path}.vue`).then(m => m.default));
|
||||
const page = (path: string) => defineAsyncComponent(() => import(`./pages/${path}.vue`));
|
||||
|
||||
let indexScrollPos = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user