// main.js app.component('FoodItem', FoodItem') // App.vue <template> <h1> Food</h1> <food-item/> <food-item/> </template>