This commit is contained in:
kakkokari-gtyih 2024-08-20 15:58:26 +09:00
parent 3971e214f9
commit 62f5aafa06
1 changed files with 2 additions and 1 deletions

View File

@ -5,12 +5,13 @@
import { defineAsyncComponent } from 'vue';
import { v4 as uuid } from 'uuid';
import { url } from '@/config.js';
import { MOBILE_THRESHOLD } from '@/const.js';
import * as os from '@/os.js';
import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
import type { EmbedParams, EmbeddableEntity } from '@/scripts/embed-page.js';
import { defaultEmbedParams, embedRouteWithScrollbar } from '@/scripts/embed-page.js';
const MOBILE_THRESHOLD = 500;
/**
*
* @param params