fix(table): fix table migrate error (#1294)

This commit is contained in:
Ryan2128 2021-01-15 23:29:12 -06:00 committed by GitHub
parent a043dd820f
commit a95765983f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),
})
},