This commit is contained in:
ray
2025-01-22 12:54:44 +08:00

View File

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