Make the clipboard copy the right thing
This commit is contained in:
parent
e6467dda76
commit
a56ba7fc96
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<br>
|
||||
Game Code:
|
||||
<code
|
||||
v-clipboard="game_code"
|
||||
v-clipboard="() => {return this.game_code}"
|
||||
v-clipboard:success="copy_success"
|
||||
v-clipboard:error="copy_error"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue