chore: rename

This commit is contained in:
dap
2024-10-22 09:31:01 +08:00
parent f9c6284c35
commit 0d63b6d9ca
3 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ import {
type LanguageSupport,
useVbenModal,
} from '@vben/common-ui';
import { Icon } from '@vben/icons';
import { IconifyIcon } from '@vben/icons';
import { useClipboard } from '@vueuse/core';
import { Skeleton, Tree } from 'ant-design-vue';
@@ -172,7 +172,7 @@ const { copy } = useClipboard({ legacy: true });
>
<template #title="{ title, icon }">
<div class="flex items-center gap-[16px]">
<Icon :icon="icon" />
<IconifyIcon :icon="icon" />
<span>{{ title }}</span>
</div>
</template>