mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 15:56:15 -04:00
refactor: fixed lint
This commit is contained in:
parent
84e1b3660d
commit
ec57c464b6
1 changed files with 6 additions and 2 deletions
|
@ -14,8 +14,12 @@
|
|||
/>
|
||||
|
||||
<div class="text-center">
|
||||
<v-btn @click="copy(decoded)">Copy decoded</v-btn>
|
||||
<v-btn @click="copy(encoded)">Copy encoded</v-btn>
|
||||
<v-btn @click="copy(decoded)">
|
||||
Copy decoded
|
||||
</v-btn>
|
||||
<v-btn @click="copy(encoded)">
|
||||
Copy encoded
|
||||
</v-btn>
|
||||
</div>
|
||||
</ToolWrapper>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue