1
import TinymceLib from './src/Editor.vue';
2 3
import { withInstall } from '../util';
4
export const Tinymce = withInstall(TinymceLib);