mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-24 02:02:35 -04:00
refactor: fixed lint
This commit is contained in:
parent
84e1b3660d
commit
ec57c464b6
@ -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…
x
Reference in New Issue
Block a user