Created AddToPlaylist Modal

This commit is contained in:
Shiny Nematoda 2023-07-16 10:48:52 +00:00
parent 0144f1ee4e
commit d0245c273e
10 changed files with 565 additions and 457 deletions

View file

@ -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 />