如监听this.$store.state.app.language的值,注意写在method外面
watch: {
'$store.state.app.language': function () {
//你需要执行的代码
}
},
版权声明:本文为princek123原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
如监听this.$store.state.app.language的值,注意写在method外面
watch: {
'$store.state.app.language': function () {
//你需要执行的代码
}
},