Added vue handling the information from lubimy czytac to fetch information about the books and fill in the form automatically.
This commit is contained in:
7
assets/js/book.js
Normal file
7
assets/js/book.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Vue from 'vue';
|
||||
import Book from './pages/book'
|
||||
import App from "./pages/files";
|
||||
|
||||
Vue.component('Book', Book);
|
||||
|
||||
new Vue().$mount('#app');
|
||||
Reference in New Issue
Block a user