You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a CMS-driven website which is not a SPA and not a Vue application. However, I'm using Vue in some situations to make pages partially driven by client-side code. It works fine.
The current Froala Vue (vue-froala-wyswiyg) seems to only work in a dedicated Vue app / SPA.
For comparison: The Vue version of TinyMCE lets you add the editor directly in the HTML (no compiling etc.) like this:
I have a CMS-driven website which is not a SPA and not a Vue application. However, I'm using Vue in some situations to make pages partially driven by client-side code. It works fine.
The current Froala Vue (vue-froala-wyswiyg) seems to only work in a dedicated Vue app / SPA.
For comparison: The Vue version of TinyMCE lets you add the editor directly in the HTML (no compiling etc.) like this:
And adding this before initializing the Vue app:
Or like this:
It's easy and fast.
I've been spending hours now on Froala. Am I missing something or will it require a change in Froala Vue to work like this?
PS: A similar issue was created some years ago and closed without a solution: #27
The text was updated successfully, but these errors were encountered: