... props: ['items'] } </script>Now go back to ItemComponent and add the props property: //temComponent.vue <script>export default { props: ['item'] } ...
確定! 回上一頁