1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-11-27 14:28:59 +09:00

Update boot.ts

This commit is contained in:
syuilo 2024-08-23 12:41:36 +09:00
parent c5b8ff0c1f
commit 0900023cc9

View File

@ -8,7 +8,7 @@ import 'vite/modulepreload-polyfill';
import '@/style.scss';
import { createApp, defineAsyncComponent } from 'vue';
import { setIframeId, postMessageToParentWindow } from '@/scripts/post-message.js';
import { setIframeId } from '@/scripts/post-message.js';
import { parseEmbedParams } from '@/embed-page.js';
const params = new URLSearchParams(location.search);