Skip to content

Commit

Permalink
refactor!: Refactor client with Vue
Browse files Browse the repository at this point in the history
  • Loading branch information
WCY-dt committed Jun 21, 2024
1 parent 62f9ff0 commit edc823b
Show file tree
Hide file tree
Showing 14 changed files with 933 additions and 546 deletions.
16 changes: 16 additions & 0 deletions client/App.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import Id from './components/Id.js'
import Upload from './components/Upload.js'
import Download from './components/Download.js'

export default {
components: {
Id,
Upload,
Download,
},
template: /*html*/`
<Id />
<Upload />
<Download />
`
}
326 changes: 0 additions & 326 deletions client/client.js

This file was deleted.

Loading

0 comments on commit edc823b

Please sign in to comment.