[Vuejs]-Not able to access i18 plugin from mutation in classic mode store in Nuxt application

0๐Ÿ‘

โœ…

I changed this.i18n.set(response); to state.i18n.locale = response; inside my mutation and now it seems working.

For some reason when I call this mutation my video.js player refresh. I will try to find out why.

Leave a comment