mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 19:48:24 +00:00
make entire board card clickable
This commit is contained in:
parent
29bc9638c2
commit
11e9cc6bb4
1 changed files with 3 additions and 2 deletions
|
@ -17,6 +17,7 @@
|
|||
:title="board.name"
|
||||
tag="article"
|
||||
class="m-2"
|
||||
@click="viewBoard(board.id)"
|
||||
>
|
||||
<b-card-text>
|
||||
{{ board.description }}
|
||||
|
@ -29,12 +30,12 @@
|
|||
Delete board
|
||||
</b-button> -->
|
||||
|
||||
<b-button
|
||||
<!-- <b-button
|
||||
variant="primary"
|
||||
@click="viewBoard(board.id)"
|
||||
>
|
||||
Open board
|
||||
</b-button>
|
||||
</b-button> -->
|
||||
</b-card>
|
||||
</b-col>
|
||||
</b-row>
|
||||
|
|
Loading…
Add table
Reference in a new issue