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">
|
<div :id="`${team_name}-role-select`" class="team-select">
|
||||||
<h2 class="centre">{{ team_name }} Team</h2>
|
<h2 class="centre">{{ team_name }} Team</h2>
|
||||||
<button
|
<button
|
||||||
|
class="clickable"
|
||||||
@click.stop="joinWriterRole"
|
@click.stop="joinWriterRole"
|
||||||
>
|
>
|
||||||
{{ writer_name }}
|
{{ writer_name }}
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
|
class="clickable"
|
||||||
@click.stop="joinGuesserRole"
|
@click.stop="joinGuesserRole"
|
||||||
>
|
>
|
||||||
{{ guesser_name }}
|
{{ guesser_name }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue