// // // // // // import ItemComponent from './ItemComponent' export default { components: { ItemComponent }, props: ['items', 'id'] }