diff --git a/src/components/IconSelect/index.vue b/src/components/IconSelect/index.vue index 44a4a8ba29b112606f71a85275998321009b9c9d..006158a139a9df5ec48fdcf3ff5f06b7e8620534 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(); }