In addition to declaring props using an array of strings, we can also use the object syntax: js export default { props: { title: String, likes: Number } }.
確定! 回上一頁