mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 08:16:16 -04:00
refactor(lint): auto fix lint
This commit is contained in:
parent
a1e983538c
commit
9d639edf2d
4 changed files with 7 additions and 10 deletions
|
@ -13,7 +13,7 @@
|
|||
<n-tooltip v-if="value" trigger="hover">
|
||||
<template #trigger>
|
||||
<div class="copy-button" :class="[copyPlacement]">
|
||||
<n-button secondary circle size="large" @click="onCopyClicked">
|
||||
<n-button circle secondary size="large" @click="onCopyClicked">
|
||||
<n-icon size="22" :component="Copy" />
|
||||
</n-button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue