子组件不能拿到for的key属性值吗
试过,拿不到
[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>