mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-12 10:45:10 +08:00
fix(table): fix table migrate error (#1294)
This commit is contained in:
parent
a043dd820f
commit
a95765983f
@ -61,7 +61,7 @@ export const cellForced = {
|
||||
onInput: () => {
|
||||
store.commit('rowSelectedChanged', row)
|
||||
},
|
||||
nativeOnClick: (event: Event) => event.stopPropagation(),
|
||||
onClick: (event: Event) => event.stopPropagation(),
|
||||
modelValue: store.isSelected(row),
|
||||
})
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user