wip
This commit is contained in:
parent
093cd2ca7f
commit
e6c7b914d7
2 changed files with 3 additions and 1 deletions
|
|
@ -11,6 +11,8 @@ import { createApp, defineAsyncComponent } from 'vue';
|
|||
import { setIframeId } from '@/post-message.js';
|
||||
import { parseEmbedParams } from '@/embed-page.js';
|
||||
|
||||
console.info('Misskey Embed');
|
||||
|
||||
const params = new URLSearchParams(location.search);
|
||||
const embedParams = parseEmbedParams(params);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue