File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue & {
136
136
*/
137
137
updateRenderNodes ( isScroll ?: boolean ) : void ;
138
138
handleTreeScroll ( ) : void ;
139
+ initializeNonReactiveData ( ) : void ;
139
140
} , {
140
141
topSpaceStyles : object ;
141
142
bottomSpaceStyles : object ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue & {
9
9
checkAllStatus : {
10
10
checked : boolean ;
11
11
indeterminate : boolean ; /** 多选选中节点个数 */
12
- disabled : boolean ;
12
+ disabled : boolean ; /** 单选选中节点名称 */
13
13
} ;
14
14
isShowingChecked : boolean ;
15
15
/** 展示 slot 的 props */
@@ -149,6 +149,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue & {
149
149
updateRenderAmount ( ) : void ;
150
150
updateRenderNodes ( isScroll ?: boolean ) : void ;
151
151
handleTreeScroll ( ) : void ;
152
+ initializeNonReactiveData ( ) : void ;
152
153
} & {
153
154
topSpaceStyles : object ;
154
155
bottomSpaceStyles : object ;
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue & {
67
67
updateRenderAmount ( ) : void ;
68
68
updateRenderNodes ( isScroll ?: boolean ) : void ;
69
69
handleTreeScroll ( ) : void ;
70
+ initializeNonReactiveData ( ) : void ;
70
71
} & {
71
72
topSpaceStyles : object ;
72
73
bottomSpaceStyles : object ;
You can’t perform that action at this time.
0 commit comments