create steps redirections to dialogs
This commit is contained in:
parent
2f7a3796d2
commit
e9561e85c2
7 changed files with 40 additions and 12 deletions
|
|
@ -33,7 +33,10 @@
|
|||
:aria-pressed="activeTrack === track ? true : false"
|
||||
:aria-controls="track.slug"
|
||||
:style="`--btn-image: url(${track.files[7].url});`"
|
||||
@click="activeTrack = track"
|
||||
@click="
|
||||
activeTrack = track;
|
||||
currentX = 0;
|
||||
"
|
||||
>
|
||||
<span>{{ track.title }}</span>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue