Vue adapter for the Froala WYSIWYG editor
Sample 1: Inline Edit
Sample 2: Full Editor
Rendered Content:
Sample 3: Two way binding
Sample 4: Manual Initialization
Check out the Froala Editor
Sample 5: Editor on 'img' tag. Two way binding. Style is ignored (vueIgnoreAttrs) and will not be updated in the model.
Model Obj:
{{imgModel}}
Sample 6: Editor on 'button' tag
Model Obj:
{{buttonModel}}
Sample 7: Editor on 'input' tag
Model Obj:
{{inputModel}}
Sample 8: Editor on 'a' tag. Manual Initialization
Froala Editor
Model Obj:
{{linkModel}}