Add clickable class to button
This commit is contained in:
parent
79b4a11bb9
commit
2d4061b764
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@
|
||||||
</button>
|
</button>
|
||||||
<div class="new-line"></div>
|
<div class="new-line"></div>
|
||||||
<button
|
<button
|
||||||
|
class="clickable"
|
||||||
@click.stop="exitGame()"
|
@click.stop="exitGame()"
|
||||||
>
|
>
|
||||||
{{ $store.state.is_host ? `Delete` : `Leave`}} Game
|
{{ $store.state.is_host ? `Delete` : `Leave`}} Game
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue