mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
10 lines
196 B
Vue
10 lines
196 B
Vue
<script setup lang="ts">
|
|
import SongItem from '../components/SongItem.vue'
|
|
</script>
|
|
|
|
<template>
|
|
<main class="flex-1 flex-col overflow-y-scroll">
|
|
<p>Coming Soon...</p>
|
|
</main>
|
|
</template>
|