B_bobos
2022.03.03
点赞
会报如下错误:vue.runtime.esm.js?2b0e:619 [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: "value"
题主是说自定义的el-select使用有报错吗