locale value doesn't update
Faisal-Alhazzani opened this issue · 1 comments
Faisal-Alhazzani commented
<EmailEditor
:locale="somecondition ? 'ar': 'en'"
ref="emailEditor"
@load="editorLoaded"
@ready="editorReady"
/>
locale property takes the first value and it doesn't watch for changes.
I need your kind support to make this property reactive.
HuyNV98 commented
Have you solved this problem yet? I am also having the same problem. @Faisal-Alhazzani