mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 19:13:58 +02:00
refactor
This commit is contained in:
@@ -22,7 +22,7 @@ import { isEnabledUrlPreview } from '@/utility/url-preview.js';
|
||||
const MkUrlPreview = defineAsyncComponent(() => import('@/components/MkUrlPreview.vue'));
|
||||
|
||||
const props = defineProps<{
|
||||
block: Misskey.entities.PageBlock,
|
||||
block: Extract<Misskey.entities.PageBlock, { type: 'text' }>,
|
||||
page: Misskey.entities.Page,
|
||||
}>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user