diff options
author | 2023-04-10 13:00:38 +0200 | |
---|---|---|
committer | 2023-04-10 13:01:40 +0200 | |
commit | 9d639edf2dde311989b2b5470594cf776ee88f0d (patch) | |
tree | 86013673a14d1092632cdad8d5888f87786d5457 /src/components/TextareaCopyable.vue | |
parent | a1e983538c5aad1bb7e361873a2d6af1d349ceae (diff) | |
download | it-tools-9d639edf2dde311989b2b5470594cf776ee88f0d.tar.gz it-tools-9d639edf2dde311989b2b5470594cf776ee88f0d.tar.zst it-tools-9d639edf2dde311989b2b5470594cf776ee88f0d.zip |
refactor(lint): auto fix lint
Diffstat (limited to 'src/components/TextareaCopyable.vue')
-rw-r--r-- | src/components/TextareaCopyable.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TextareaCopyable.vue b/src/components/TextareaCopyable.vue index 0668ef2..9bcb65c 100644 --- a/src/components/TextareaCopyable.vue +++ b/src/components/TextareaCopyable.vue @@ -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> |