embedドメインをまとめた
This commit is contained in:
parent
27a37a788b
commit
5a0a33a8bf
|
@ -52,7 +52,7 @@ window.addEventListener('message', setIframeIdHandler);
|
||||||
|
|
||||||
// 起動
|
// 起動
|
||||||
common(() => createApp(
|
common(() => createApp(
|
||||||
defineAsyncComponent(() => import('@/ui/embed.vue')),
|
defineAsyncComponent(() => import('@/embed/ui.vue')),
|
||||||
), bootOptions).then(async ({ app }) => {
|
), bootOptions).then(async ({ app }) => {
|
||||||
//#region Embed Provide
|
//#region Embed Provide
|
||||||
app.provide('EMBED_PAGE', true);
|
app.provide('EMBED_PAGE', true);
|
||||||
|
|
Loading…
Reference in New Issue