作者:狂风 | 来源:互联网 | 2024-10-13 14:54
警告如下:[Vuewarn]:Avoidmutatingapropdirectlysincethevaluewillbeoverwrittenwheneverthe
警告如下:[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"。
代码如下: