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