Merge pull request #180 from LostElkByte/master

修复《IconSelect》切换 Tab name丢失,导致的eleme…nt图标回显不正确。
This commit is contained in:
Ray Hao
2025-01-21 15:19:30 +08:00
committed by GitHub

View File

@@ -126,7 +126,7 @@ function loadIcons() {
}
function handleTabClick(tabPane: any) {
activeTab.value = tabPane.name;
activeTab.value = tabPane.props.name;
filterIcons();
}