watch: {
'$i18n.locale'(newValue, oldValue) {
console.log('language switch from ' + oldValue + ' to ' + newValue + '')
}
},
watch: {
'$i18n.locale'(newValue, oldValue) {
console.log('language switch from ' + oldValue + ' to ' + newValue + '')
}
},