test(#10336): add components/Mk[D-E].* stories (#14118)

* test(storybook): add `components/Mk[D-E].*` stories

* fix: mock instance name

* fix: invalid `reactionAcceptance` value

* style: missing trailing commas
This commit is contained in:
zyoshoka
2024-07-30 19:48:16 +09:00
committed by GitHub
parent 5c42a0e439
commit c7354c5e30
17 changed files with 597 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ import ImgWithBlurhash from '@/components/MkImgWithBlurhash.vue';
const props = defineProps<{
file: Misskey.entities.DriveFile;
fit: string;
fit: 'cover' | 'contain';
}>();
const is = computed(() => {