mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-21 22:07:06 +01:00
Update packages/frontend/src/router/definition.ts
This commit is contained in:
parent
545a51aae3
commit
937ae44521
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import { $i, iAmModerator } from '@/account.js';
|
|||
import MkLoading from '@/pages/_loading_.vue';
|
||||
import MkError from '@/pages/_error_.vue';
|
||||
|
||||
export const page = (loader: AsyncComponentLoader<any>) => defineAsyncComponent({
|
||||
const page = (loader: AsyncComponentLoader<any>) => defineAsyncComponent({
|
||||
loader: loader,
|
||||
loadingComponent: MkLoading,
|
||||
errorComponent: MkError,
|
||||
|
|
Loading…
Reference in a new issue