vue-vben-admin/src/components/Markdown/index.ts

10 lines
156 B
TypeScript
Raw Normal View History

2020-12-07 21:17:24 +08:00
import MarkDown from './src/index.vue';
2020-11-26 21:19:39 +08:00
import { withInstall } from '../util';
2020-10-19 22:09:03 +08:00
2020-12-07 21:17:24 +08:00
withInstall(MarkDown);
2020-10-19 22:09:03 +08:00
export * from './src/types';
2020-11-27 21:43:47 +08:00
2020-12-07 21:17:24 +08:00
export { MarkDown };