This commit is contained in:
syuilo
2024-08-27 16:54:27 +09:00
parent cbf13dde82
commit 55b62e3246
2 changed files with 3 additions and 4 deletions

View File

@@ -91,6 +91,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<script setup lang="ts">
import { shallowRef, ref, computed, nextTick, onMounted, onDeactivated, onUnmounted } from 'vue';
import type { EmbeddableEntity, EmbedParams } from '@/scripts/embed-page.js';
import MkModalWindow from '@/components/MkModalWindow.vue';
import MkInput from '@/components/MkInput.vue';
@@ -107,7 +108,6 @@ import { url } from '@/config.js';
import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
import { normalizeEmbedParams, getEmbedCode } from '@/scripts/get-embed-code.js';
import { embedRouteWithScrollbar } from '@/scripts/embed-page.js';
import type { EmbeddableEntity, EmbedParams } from '@/scripts/embed-page.js';
const emit = defineEmits<{
(ev: 'ok'): void;