Handling js upload files and displayling list of files by vue component.

This commit is contained in:
krzysiej
2022-06-01 14:56:56 +02:00
parent 26bd59f3bb
commit 1a5445a84a
7 changed files with 69 additions and 41 deletions

View File

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