add multiple file download button component

This commit is contained in:
Alex Turchyn
2023-06-20 20:50:15 +00:00
parent b7eb6cacc2
commit 587be1bb67
3 changed files with 50 additions and 1 deletions
+2
View File
@@ -1,7 +1,9 @@
import { createApp, reactive } from 'vue'
import Form from './submission_form/form'
import DownloadButton from './elements/download_button'
window.customElements.define('download-button', DownloadButton)
window.customElements.define('submission-form', class extends HTMLElement {
connectedCallback () {
this.appElem = document.createElement('div')