no lazy import

This commit is contained in:
tamaina 2025-08-25 23:04:58 +09:00
parent 530ffb3ede
commit 37c665b53d
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,7 @@ import { defineAsyncComponent, ref, shallowRef } from 'vue';
import { definePage } from '@/page.js';
import { i18n } from '@/i18n.js';
import { ensureSignin } from '@/i';
import MkQrShow from './qr.show.vue';
// router definitionloginRequired
const $i = ensureSignin();
@ -24,7 +25,6 @@ const $i = ensureSignin();
const tab = ref<'read' | 'show'>('show');
const error = ref<any>(null);
const MkQrShow = defineAsyncComponent(() => import('./qr.show.vue'));
const MkQrRead = defineAsyncComponent(() => import('./qr.read.vue'));
const headerTabs = [{