700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > Computed property XXX was assigned to but it has no setter

Computed property XXX was assigned to but it has no setter

时间:2020-05-31 12:27:37

相关推荐

Computed property XXX was assigned to but it has no setter

报错视图:

原因:

组件中v-model=“XXX”,而XXX是vuex state中的某个变量vuex中是单项流,v-model是vue中的双向绑定,但是在computed中只通过get获取参数值,没有set无法改变参数值

解决方法:

1.在computed中添加get和set

2.将v-model改成:value

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。