Make the clipboard copy the right thing

This commit is contained in:
Oliver-Akins 2020-10-20 22:44:31 -06:00
parent e6467dda76
commit a56ba7fc96

View file

@ -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"
>