Add clickable class to the buttons
This commit is contained in:
parent
42ed01c783
commit
d848df35d5
1 changed files with 2 additions and 0 deletions
|
|
@ -2,11 +2,13 @@
|
|||
<div :id="`${team_name}-role-select`" class="team-select">
|
||||
<h2 class="centre">{{ team_name }} Team</h2>
|
||||
<button
|
||||
class="clickable"
|
||||
@click.stop="joinWriterRole"
|
||||
>
|
||||
{{ writer_name }}
|
||||
</button>
|
||||
<button
|
||||
class="clickable"
|
||||
@click.stop="joinGuesserRole"
|
||||
>
|
||||
{{ guesser_name }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue