File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -126,11 +126,10 @@ export default defineComponent({
126
126
} ,
127
127
128
128
watch : {
129
- $props : {
129
+ propsSymbol : {
130
130
handler ( ) {
131
131
this . setCheckState ( this . $props ) ;
132
132
} ,
133
- deep : true ,
134
133
} ,
135
134
} ,
136
135
Original file line number Diff line number Diff line change @@ -1034,6 +1034,7 @@ export default defineComponent({
1034
1034
selections = { rowSelection . selections }
1035
1035
hideDefaultSelections = { rowSelection . hideDefaultSelections }
1036
1036
getPopupContainer = { this . generatePopupContainerFunc ( getPopupContainer ) }
1037
+ propsSymbol = { Symbol ( ) }
1037
1038
/>
1038
1039
) ;
1039
1040
}
Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ export interface TableState {
178
178
// }
179
179
180
180
export const SelectionCheckboxAllProps = {
181
+ propsSymbol : PropTypes . any ,
181
182
store : Store ,
182
183
locale : PropTypes . any ,
183
184
disabled : PropTypes . looseBool ,
You can’t perform that action at this time.
0 commit comments