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,4 +1,5 @@
import TinymceLib from './src/Editor.vue';
import Tinymce from './src/Editor.vue';
import { withInstall } from '../util';
export const Tinymce = withInstall(TinymceLib);
withInstall(Tinymce);
export { Tinymce };