refactor(types): copy can handle numbers

This commit is contained in:
Corentin Thomasset 2021-06-11 22:27:38 +02:00
parent 0afac97616
commit 35490851fe
No known key found for this signature in database
GPG key ID: DBD997E935996158
2 changed files with 3 additions and 4 deletions

View file

@ -11,7 +11,7 @@
<v-btn depressed class="mr-4" @click="refreshPort">
Refresh
</v-btn>
<v-btn depressed @click="copy(port.toString())">
<v-btn depressed @click="copy(port)">
Copy port
</v-btn>
</div>