import Vue from 'vue'; import Book from './pages/book' Vue.component('Book', Book); new Vue().$mount('#app');