Fix @click.native

This commit is contained in:
Kasper Seweryn 2022-05-01 15:30:42 +02:00 committed by Georg Krause
parent 42907b7028
commit 0c9dcd8545
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@
<td>
<router-link
:to="{name: 'library.playlists.detail', params: {id: playlist.id }}"
@click.native="$store.state.playlists.showModal = false"
@click="$store.state.playlists.showModal = false"
>
{{ playlist.name }}
</router-link>