Added vue.js

This commit is contained in:
krzysiej
2022-05-24 15:47:58 +02:00
parent 03a5897a16
commit 120991e584
8 changed files with 176 additions and 23 deletions

7
assets/files.js Normal file
View File

@@ -0,0 +1,7 @@
import Vue from 'vue';
import App from './pages/files'
new Vue({
render: h => h(App)
}).$mount('#app');