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;
|
label: string;
|
||||||
val?: string;
|
val?: string;
|
||||||
width?: number;
|
width?: number;
|
||||||
dark?: boolean;
|
|
||||||
wrapCol?: any;
|
wrapCol?: any;
|
||||||
}>()
|
}>();
|
||||||
onMounted(() => {
|
let dark = inject<boolean>("dark");
|
||||||
// if(typeof navigator != undefined) {
|
|
||||||
// tinymce.init({...props.init, selector: `textarea[${props.name}]`})
|
|
||||||
// }
|
|
||||||
|
|
||||||
})
|
|
||||||
// const isDark = useDark()
|
|
||||||
// console.log("darky")
|
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<ClientOnly>
|
<ClientOnly>
|
||||||
|
Loading…
Reference in New Issue
Block a user