refactor(components): remove commented code from editor component
This commit is contained in:
parent
2bcedca7fb
commit
ddf2fb9e3a
@ -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<boolean>("dark");
|
||||
</script>
|
||||
<template>
|
||||
<ClientOnly>
|
||||
|
Loading…
Reference in New Issue
Block a user