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,6 +1,5 @@
import Vue from 'vue';
import Book from './pages/book'
import App from "./pages/files";
Vue.component('Book', Book);