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