场景:当我们v-model的数据是存储在vuex中时写法如下时会报错
computed:{
editableTabsValue2:{
return this.$store.state.activeName
}
}computed:{场景:当我们v-model的数据是存储在vuex中时写法如下时会报错
computed:{
editableTabsValue2:{
return this.$store.state.activeName
}
}computed:{