mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
feat: start queue view
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
<script setup lang="ts">
|
||||
import QueueViewer from '@/components/QueueViewer.vue';
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<h1>Player</h1>
|
||||
<QueueViewer />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user