embedドメインをまとめた

This commit is contained in:
syuilo 2024-08-20 16:10:28 +09:00
parent 27a37a788b
commit 5a0a33a8bf
2 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ window.addEventListener('message', setIframeIdHandler);
// 起動
common(() => createApp(
defineAsyncComponent(() => import('@/ui/embed.vue')),
defineAsyncComponent(() => import('@/embed/ui.vue')),
), bootOptions).then(async ({ app }) => {
//#region Embed Provide
app.provide('EMBED_PAGE', true);