// js/top_nav_component.js const TopNavComponent = { data() { return { navItems: [ { class: 'food', href: 'food.html', label: 'グルメ' }, { class: 'taiken', href: 'taiken.html', label: '体験・学び・SDGs' }, { class: 'khb_booth', href: 'khb_booth.html', label: 'khbコンテンツ' }, { class: 'entame', href: 'entame.html', label: 'ステージ' } ] }; }, template: `
` };