Vue.component('heigan-header' , {
template: `
`
});
Vue.component('heigan-side-bar' , {
template: `
`
});
Vue.component('heigan-f-navi' , {
template: `
`
});
Vue.component('heigan-sp-menu' , {
template: `
`
});
Vue.component('heigan-osusume-link' , {
template: `
`
});
var vm = new Vue({
el: "#app"
});