mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 14:58:09 +09:00
chore: 🔊 Test logging
This commit is contained in:
parent
33d25dfce3
commit
04bbfab098
@ -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…
Reference in New Issue
Block a user