fix(components): update path to tinymce

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-10-11 14:09:06 -04:00
parent 2a2aa33ffe
commit dd5067db37
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -32,7 +32,7 @@
width="100%"
:initial-value="value"
v-model:model-value="field.value"
tinymce-script-src="/tinymce/js/tinymce/tinymce.min.js"
tinymce-script-src="/tinymce/tinymce.min.js"
:init="{
...props.init,
skin: dark ? 'oxide-dark' : 'oxide',