chore: refactor vue components

This commit is contained in:
2026-09-02 15:21:43 +02:00
parent 8a3dd7a583
commit b903eb416f
30 changed files with 209 additions and 52 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
ref,
useTemplateRef
} from 'vue';
import PopupElement from '@/components/PopupElement.vue';
import PopupElement from '@/components/popups/PopupElement.vue';
const fileinput = useTemplateRef( 'fileinput' );
const progress = ref( -1 );