mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
feat: design for queue, add songs, search and more
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import PopupElement from './PopupElement.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<PopupElement>
|
||||
<h2></h2>
|
||||
<button>Ok</button>
|
||||
<button>Cancel</button>
|
||||
</PopupElement>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user