fix(table): add cell-contextmenu emit event (#2074)

This commit is contained in:
0song
2021-05-31 14:58:41 +08:00
committed by Herrington Darkholme
parent 012c432816
commit 90ebffbcb1

View File

@@ -301,6 +301,7 @@ export default defineComponent({
'current-change',
'header-dragend',
'expand-change',
'cell-contextmenu',
],
setup(props) {
type Row = typeof props.data[number]