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> <br>
Game Code: Game Code:
<code <code
v-clipboard="game_code" v-clipboard="() => {return this.game_code}"
v-clipboard:success="copy_success" v-clipboard:success="copy_success"
v-clipboard:error="copy_error" v-clipboard:error="copy_error"
> >