mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
chore: refactor vue components
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user