diff --git a/components/baseEditor.vue b/components/baseEditor.vue index 0b0824f..27aa18a 100644 --- a/components/baseEditor.vue +++ b/components/baseEditor.vue @@ -10,17 +10,9 @@ import {Field as VeeField} from "vee-validate" label: string; val?: string; width?: number; - dark?: boolean; wrapCol?: any; - }>() - onMounted(() => { - // if(typeof navigator != undefined) { - // tinymce.init({...props.init, selector: `textarea[${props.name}]`}) - // } - - }) - // const isDark = useDark() - // console.log("darky") + }>(); + let dark = inject("dark");