chore(nc-gui): lint

This commit is contained in:
Ramesh Mane
2025-05-28 09:42:17 +00:00
parent 15bd3bc4f9
commit f816b8cfcf
2 changed files with 2 additions and 2 deletions

View File

@@ -163,9 +163,9 @@ const openUrl = (item: ItemType) => {
{{ item.title }}
<GeneralCopyButton
v-if="item.copyBtn"
ref="copyBtnRef"
type="secondary"
v-if="item.copyBtn"
:content="item.title"
:show-toast="false"
/>