diff --git a/src/components/IconSelect/index.vue b/src/components/IconSelect/index.vue index 44a4a8ba..006158a1 100644 --- a/src/components/IconSelect/index.vue +++ b/src/components/IconSelect/index.vue @@ -126,7 +126,7 @@ function loadIcons() { } function handleTabClick(tabPane: any) { - activeTab.value = tabPane.name; + activeTab.value = tabPane.props.name; filterIcons(); }