TypeError: _vm.$t is not a function
来源:8-1 课程总结

夏目鲸鱼
2020-04-30
TypeError: _vm.$t is not a function
67 | @Watch('store')
68 | onStoreChange() {
> 69 | const index = this.storeList.findIndex(
| ^
70 | (item: any) => item.id === this.store
71 | )
72 | this.store = this.storeList[index].id
写回答
1回答
-
store 注释掉有这个问题吗
012020-05-03
相似问题