Skip to content

Commit 69a9649

Browse files
committed
fix: treeDefaultExpandedKeys问题 #284
1 parent b3a050a commit 69a9649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/vc-tree-select/src/PropTypes.js

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export const SelectPropTypes = {
9292
treeIcon: PropTypes.bool,
9393
treeLine: PropTypes.bool,
9494
treeDefaultExpandAll: PropTypes.bool,
95+
treeDefaultExpandedKeys: PropTypes.arrayOf(String),
9596
treeCheckable: PropTypes.any, // bool vnode
9697
treeNodeLabelProp: PropTypes.string,
9798
treeNodeFilterProp: PropTypes.string,

0 commit comments

Comments
 (0)