mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 13:03:02 +00:00
move nav folder-paths into a new component (#66)
* move folder-paths into a new component * move nav playlist title into new components
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<template>
|
||||
<div
|
||||
class="title"
|
||||
v-show="$route.name == 'Playlists'"
|
||||
v-motion
|
||||
:initial="{
|
||||
opacity: 0,
|
||||
x: -20,
|
||||
}"
|
||||
:visible="{
|
||||
opacity: 1,
|
||||
x: 0,
|
||||
transition: {
|
||||
delay: 100,
|
||||
},
|
||||
}"
|
||||
>
|
||||
Playlists
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user