From 2b8ae8c5693d9cc1042a9091f865ab9f52a9cf6e Mon Sep 17 00:00:00 2001 From: Alejandro Villar Date: Tue, 27 Aug 2024 17:20:15 +0200 Subject: [PATCH] Enable upload of several files --- static/js/chek-vue.js | 2 +- static/js/{ => vue}/CheckForm.vue | 54 ++++++++++++++++++++++--------- 2 files changed, 40 insertions(+), 16 deletions(-) rename static/js/{ => vue}/CheckForm.vue (87%) diff --git a/static/js/chek-vue.js b/static/js/chek-vue.js index f2b02e8..fc4f170 100644 --- a/static/js/chek-vue.js +++ b/static/js/chek-vue.js @@ -20,7 +20,7 @@ const options = { } const baseUrl = document.querySelector('#app').dataset.baseUrl; -const checkFormUrl = new URL('static/js/CheckForm.vue', baseUrl).toString(); +const checkFormUrl = new URL('static/js/vue/CheckForm.vue', baseUrl).toString(); Vue.createApp({ components: { diff --git a/static/js/CheckForm.vue b/static/js/vue/CheckForm.vue similarity index 87% rename from static/js/CheckForm.vue rename to static/js/vue/CheckForm.vue index 709f13e..bb5afd9 100644 --- a/static/js/CheckForm.vue +++ b/static/js/vue/CheckForm.vue @@ -12,9 +12,9 @@ Edit @@ -37,9 +37,14 @@
-
- - +
+ +
+ + +

Parameters

@@ -88,6 +93,8 @@