让我们来修改一下组件的定义,使之能够接受一个prop:. const TodoItem = { props: ['todo'], template: `<li>{{ todo.text }}</li>` }.
確定! 回上一頁