vue 2.0 同个组件 props 数据被影响了? 财富值67

2016-10-18 20:34发布

例子
http://codepen.io/353943780/p...

操作:先点击上部分的 li,再点击下部分的 li,结果发现上部分选择的值被改变了,请问是什么原因导致的呢?

1.x 版本不会出现这样的情况

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
1条回答

In addition, every time the parent component is updated, all props in the child component will be refreshed with the latest value. This means you should not attempt to mutate a prop inside a child component. If you do, Vue will warn you in the console.
via http://vuejs.org/guide/compon...

一周热门 更多>