Vue.component('heigan-header' , { template: `

掲載日:

` }); Vue.component('heigan-side-bar' , { template: `

コンテンツガイド

` }); Vue.component('heigan-f-navi' , { template: `
トップへ
インターエデュ公式twitterアカウントインターエデュ公式facebookページ
` }); Vue.component('heigan-sp-menu' , { template: ` ` }); Vue.component('heigan-osusume-link' , { template: ` ` }); var vm = new Vue({ el: "#app" });