feat: add useDesign

This commit is contained in:
vben
2020-12-07 21:17:24 +08:00
parent bd6b203fa9
commit 74e62cbc71
52 changed files with 260 additions and 385 deletions

View File

@@ -1,7 +1,9 @@
import MarkDownLib from './src/index.vue';
import MarkDown from './src/index.vue';
import { withInstall } from '../util';
withInstall(MarkDown);
export * from './src/types';
export const MarkDown = withInstall(MarkDownLib);
export { MarkDown };