merge fixes

This commit is contained in:
Čarodej
2022-01-24 08:35:58 +01:00
parent 4396965d4d
commit 3677e51c8f
9 changed files with 401 additions and 1078 deletions

View File

@@ -6,6 +6,7 @@
</div>
<div class="text-label group-hover-text-theme">
{{ title }}
<input
v-if="type === 'file'"
@change="emmitFiles"
@@ -40,11 +41,12 @@ import {
export default {
name: 'Option',
props:[
'title', 'type'
'title',
'type',
],
components: {
UploadCloudIcon,
FolderUploadIcon,
UploadCloudIcon,
},
methods: {
emmitFiles(e) {