课程
/前端开发
/Vue.js
/vue2.5入门
子组件不能拿到for的key属性值吗
2019-05-24
源自:vue2.5入门 3-4
正在回答
试过,拿不到
[Vue warn]: "key" is a reserved attribute and cannot be used as component prop.
found in
---> <TodoItem> at src/components/TodoItem.vue
<TodoList> at src/TodoList.vue
<Root>
举报
快速理解Vue编程理念上手Vue2.0开发。
2 回答v-for中为什么要绑定key属性
4 回答为什么不能直接传递属性key
2 回答子组件为什么向外传递出delete事件,同时传出本身的index值,是父组件的index属性接受吗
5 回答key不能在子组件直接传过去吗,需要新加一个index,key具体是用来做什么的?
2 回答子组件向父组件传值问题