mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[improvement] TreeSelect: add height prop (#1905)
This commit is contained in:
@@ -106,7 +106,6 @@ export default {
|
||||
this.mainActiveIndex = index;
|
||||
},
|
||||
onItemClick(data) {
|
||||
console.log(data);
|
||||
this.activeId = data.id;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user