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
It should be possible to import Froala in a component instead of installing it globally.
import VueFroala from 'vue-froala-wysiwyg'; only provide the install method. This means that the only way to dynamically load a component locally is by dynamically installing the plugin globally like this:
It should be possible to import Froala in a component instead of installing it globally.
import VueFroala from 'vue-froala-wysiwyg'; only provide the install method. This means that the only way to dynamically load a component locally is by dynamically installing the plugin globally like this:
The text was updated successfully, but these errors were encountered: