unlayer/vue-email-editor

locale value doesn't update

Faisal-Alhazzani opened this issue · 1 comments

      <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.

Have you solved this problem yet? I am also having the same problem. @Faisal-Alhazzani