fix
This commit is contained in:
parent
3971e214f9
commit
62f5aafa06
|
@ -5,12 +5,13 @@
|
||||||
import { defineAsyncComponent } from 'vue';
|
import { defineAsyncComponent } from 'vue';
|
||||||
import { v4 as uuid } from 'uuid';
|
import { v4 as uuid } from 'uuid';
|
||||||
import { url } from '@/config.js';
|
import { url } from '@/config.js';
|
||||||
import { MOBILE_THRESHOLD } from '@/const.js';
|
|
||||||
import * as os from '@/os.js';
|
import * as os from '@/os.js';
|
||||||
import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
|
import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
|
||||||
import type { EmbedParams, EmbeddableEntity } from '@/scripts/embed-page.js';
|
import type { EmbedParams, EmbeddableEntity } from '@/scripts/embed-page.js';
|
||||||
import { defaultEmbedParams, embedRouteWithScrollbar } from '@/scripts/embed-page.js';
|
import { defaultEmbedParams, embedRouteWithScrollbar } from '@/scripts/embed-page.js';
|
||||||
|
|
||||||
|
const MOBILE_THRESHOLD = 500;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* パラメータを正規化する(埋め込みコード作成用)
|
* パラメータを正規化する(埋め込みコード作成用)
|
||||||
* @param params パラメータ
|
* @param params パラメータ
|
||||||
|
|
Loading…
Reference in New Issue