mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-18 11:55:34 +02:00
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