fix(components): update path to tinymce
This commit is contained in:
parent
2a2aa33ffe
commit
dd5067db37
@ -32,7 +32,7 @@
|
|||||||
width="100%"
|
width="100%"
|
||||||
:initial-value="value"
|
:initial-value="value"
|
||||||
v-model:model-value="field.value"
|
v-model:model-value="field.value"
|
||||||
tinymce-script-src="/tinymce/js/tinymce/tinymce.min.js"
|
tinymce-script-src="/tinymce/tinymce.min.js"
|
||||||
:init="{
|
:init="{
|
||||||
...props.init,
|
...props.init,
|
||||||
skin: dark ? 'oxide-dark' : 'oxide',
|
skin: dark ? 'oxide-dark' : 'oxide',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user