mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
no async
This commit is contained in:
parent
5d84227262
commit
ba82382243
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import MkError from '@/pages/_error_.vue';
|
|||
import { ui } from '@/config';
|
||||
import * as os from '@/os';
|
||||
|
||||
const meta = await os.api('admin/meta');
|
||||
const meta = os.api('admin/meta');
|
||||
const guestTimeline = meta.enableGuestTimeline;
|
||||
|
||||
const page = (loader: AsyncComponentLoader<any>) => defineAsyncComponent({
|
||||
|
|
Loading…
Add table
Reference in a new issue