mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Created AddToPlaylist Modal
This commit is contained in:
parent
0144f1ee4e
commit
d0245c273e
10 changed files with 565 additions and 457 deletions
|
@ -17,6 +17,7 @@ import Search from '@/components/Search.vue';
|
|||
import Playlists from '@/components/Playlists.vue';
|
||||
import Lyrics from '@/components/Lyrics.vue';
|
||||
import Info from '@/components/Info.vue';
|
||||
import AddToPlaylist from '@/components/AddToPlaylist.vue';
|
||||
import Artist from '@/components/Artist.vue';
|
||||
|
||||
/* Async Components */
|
||||
|
@ -193,6 +194,8 @@ onMounted(() => {
|
|||
</div>
|
||||
</Transition>
|
||||
|
||||
<AddToPlaylist />
|
||||
|
||||
<StatusBar />
|
||||
|
||||
<Player />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue