mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
use third-party module to auto-persist queue store
+ more redesign + convert js files to ts
This commit is contained in:
@@ -106,7 +106,8 @@ onBeforeRouteUpdate((to, from) => {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
object-position: bottom;
|
||||
object-position: bottom right;
|
||||
transition: all .25s ease;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
<script setup lang="ts">
|
||||
import PlaylistCard from "@/components/playlists/PlaylistCard.vue";
|
||||
|
||||
import usePStore from "@/stores/pages/playlists";
|
||||
import NewPlaylistCard from "@/components/playlists/NewPlaylistCard.vue";
|
||||
import usePStore from "@/stores/pages/playlists";
|
||||
const pStore = usePStore();
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user