vben
2021-01-06 144ab577da06ff0bd1f258d1901b87864f232e45
src/components/Tinymce/src/Editor.vue
@@ -31,6 +31,7 @@
  export default defineComponent({
    name: 'Tinymce',
    inheritAttrs: false,
    props: basicProps,
    emits: ['change', 'update:modelValue'],
    setup(props, { emit, attrs }) {