Skip to content

Commit 56c9d70

Browse files
committed
releases 4.11.33
1 parent 87d830c commit 56c9d70

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vxe-pc-ui",
3-
"version": "4.11.32",
3+
"version": "4.11.33",
44
"description": "A vue based PC component library",
55
"scripts": {
66
"update": "npm install --legacy-peer-deps",

packages/tree/src/tree.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,7 @@ export default defineVxeComponent({
11431143
if (!lazy || !treeExpandLazyLoadedMaps[nodeid]) {
11441144
handleBaseTreeExpand([node], expanded)
11451145
}
1146+
dispatchEvent('node-expand', { node, expanded }, evnt)
11461147
}
11471148

11481149
const updateCheckboxStatus = () => {

0 commit comments

Comments
 (0)