“Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop’s value. Prop being mutated: “count” ”
点赞的时候出现```vue.js?3de6:485 [Vue warn]: Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop’s value. Prop being mutated: “count”
found in
—> at /home/vagrant/Code/zhihu.app/resources/assets/js/components/UserVoteButton.vue ~~这个错误,但是功能可以正常使用!