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 & {
136136 */
137137 updateRenderNodes ( isScroll ?: boolean ) : void ;
138138 handleTreeScroll ( ) : void ;
139+ initializeNonReactiveData ( ) : void ;
139140} , {
140141 topSpaceStyles : object ;
141142 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 & {
99 checkAllStatus : {
1010 checked : boolean ;
1111 indeterminate : boolean ; /** 多选选中节点个数 */
12- disabled : boolean ;
12+ disabled : boolean ; /** 单选选中节点名称 */
1313 } ;
1414 isShowingChecked : boolean ;
1515 /** 展示 slot 的 props */
@@ -149,6 +149,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue & {
149149 updateRenderAmount ( ) : void ;
150150 updateRenderNodes ( isScroll ?: boolean ) : void ;
151151 handleTreeScroll ( ) : void ;
152+ initializeNonReactiveData ( ) : void ;
152153 } & {
153154 topSpaceStyles : object ;
154155 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 & {
6767 updateRenderAmount ( ) : void ;
6868 updateRenderNodes ( isScroll ?: boolean ) : void ;
6969 handleTreeScroll ( ) : void ;
70+ initializeNonReactiveData ( ) : void ;
7071 } & {
7172 topSpaceStyles : object ;
7273 bottomSpaceStyles : object ;
You can’t perform that action at this time.
0 commit comments