Blame view

src/components/Markdown/index.ts 161 Bytes
1
2
import { withInstall } from '/@/utils';
import markDown from './src/Markdown.vue';
3
4
5
export const MarkDown = withInstall(markDown);
export * from './src/typing';