vue-email-editor
vue-email-editor copied to clipboard
Properties and reactivity
Somehow component properties are not reactive.
For example binding the locale property like :locale="en-US"
and changing the language dynamically has no effect at the component.
Is there any destroy method? Any thoughts how can I achieve this?
Thanks