Merge pull request #180 from LostElkByte/master
修复《IconSelect》切换 Tab name丢失,导致的eleme…nt图标回显不正确。
This commit is contained in:
@@ -126,7 +126,7 @@ function loadIcons() {
|
||||
}
|
||||
|
||||
function handleTabClick(tabPane: any) {
|
||||
activeTab.value = tabPane.name;
|
||||
activeTab.value = tabPane.props.name;
|
||||
filterIcons();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user