made stuff nicer a bit
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
<template #cell(id)="data">
|
||||
<div class="text-right">
|
||||
<b-button variant="success" :disabled="!data.item.spotify_id" @click="startPlayer(data.item.spotify_id)">
|
||||
Play
|
||||
<b-icon icon="play-fill"/> Play
|
||||
</b-button>
|
||||
</div>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user