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:
krzysiej
2022-05-27 14:04:08 +02:00
parent 120991e584
commit 507eeece9e
22 changed files with 1060 additions and 203 deletions

5
assets/js/files.js Normal file
View File

@@ -0,0 +1,5 @@
import Vue from 'vue';
import App from './pages/files'
new Vue().$mount('#app');