mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-04-09 06:00:13 +00:00
8 lines
275 B
Vue
8 lines
275 B
Vue
import { withInstall } from '/@/utils';
|
|
import markDown from './src/Markdown.vue';
|
|
import markDownViewer from './src/MarkdownViewer.vue';
|
|
|
|
export const MarkDown = withInstall(markDown);
|
|
export const MarkdownViewer = withInstall(markDownViewer);
|
|
export * from './src/typing';
|