fix(components): fix component name and iconify icon name conflict

This commit is contained in:
Soybean
2024-07-22 01:12:00 +08:00
parent 4a7e9c2669
commit 3a970a090d
3 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { computed, ref } from 'vue';
defineOptions({ name: 'IconSelect' });
defineOptions({ name: 'CustomIconSelect' });
interface Props {
/** Selected icon */