Moved book listing to the vue component.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import Vue from 'vue';
|
||||
import Book from './pages/book'
|
||||
import BookListing from './pages/booklisting'
|
||||
|
||||
Vue.component('Book', Book);
|
||||
Vue.component('BookListing', BookListing);
|
||||
|
||||
new Vue().$mount('#app');
|
||||
Reference in New Issue
Block a user