mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
chore: 🔊 Test logging
This commit is contained in:
parent
33d25dfce3
commit
04bbfab098
1 changed files with 6 additions and 1 deletions
|
@ -6,7 +6,12 @@ import MkError from '@/pages/_error_.vue';
|
|||
import { api } from '@/os';
|
||||
import { ui } from '@/config';
|
||||
|
||||
const guestTimeline = api('meta', { detail: false }).enableGuestTimeline;
|
||||
const meta = await api('meta', {
|
||||
detail: false
|
||||
});
|
||||
const guestTimeline = meta.enableGuestTimeline;
|
||||
console.log(meta);
|
||||
console.log(guestTimeline);
|
||||
|
||||
const page = (loader: AsyncComponentLoader<any>) => defineAsyncComponent({
|
||||
loader: loader,
|
||||
|
|
Loading…
Add table
Reference in a new issue