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" (found in <Input>)
Vue2.0開發(fā)Weex項(xiàng)目,使用Input表單組件接收數(shù)據(jù)輸入時,控制臺提示Vue Warn警告
紅糖糍粑
2018-11-22 15:11:30