vue-i18next icon indicating copy to clipboard operation
vue-i18next copied to clipboard

How to watch language changing?

Open wxfred opened this issue 5 years ago • 1 comments

Need sth like below

watch: {
  '$i18n.locale': {
    handler() {
    }
  }
}

wxfred avatar Nov 15 '20 11:11 wxfred

Does this work?

amanpatel avatar Dec 29 '20 05:12 amanpatel