Merge branch 'master' of github.com:youlaitech/vue3-element-admin

This commit is contained in:
Ray.Hao
2025-01-22 00:52:17 +08:00

View File

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