refactor(frontend): MFMコンポーネントのリファクタ & パフォーマンスを改善

This commit is contained in:
syuilo
2023-05-17 11:50:37 +09:00
parent e126083e10
commit 7b012967d9
5 changed files with 143 additions and 174 deletions

View File

@@ -1,8 +1,8 @@
/* eslint-disable @typescript-eslint/explicit-function-return-type */
import { StoryObj } from '@storybook/vue3';
import MkMisskeyFlavoredMarkdown from './MkMisskeyFlavoredMarkdown.vue';
import { within } from '@storybook/testing-library';
import { expect } from '@storybook/jest';
import MkMisskeyFlavoredMarkdown from './MkMisskeyFlavoredMarkdown.ts';
export const Default = {
render(args) {
return {