refactor(lint): auto fix lint

This commit is contained in:
Corentin Thomasset 2023-04-10 13:00:38 +02:00
parent a1e983538c
commit 9d639edf2d
No known key found for this signature in database
GPG key ID: DBD997E935996158
4 changed files with 7 additions and 10 deletions

View file

@ -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>