mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 05:39:34 +08:00
feat: add useDesign
This commit is contained in:
@@ -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 };
|
||||
|
Reference in New Issue
Block a user