feat: 代码优化

This commit is contained in:
duanshuwen
2025-07-30 11:13:22 +08:00
parent b40d49998c
commit 27ea45145b
2 changed files with 1 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ const props = defineProps({
});
// Emits
const emit = defineEmits(["click", "call", "complete"]);
const emit = defineEmits(["click", "call"]);
// 图标映射
const ICON_MAP = {