Browse Source

fix(component): insertNextAt is not a function (#3656) (#3657)

pull/3659/head
crudboy 2 years ago
committed by GitHub
parent
commit
c827ffb8e6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/components/VxeTable/src/methods.ts

1
src/components/VxeTable/src/methods.ts

@ -143,6 +143,7 @@ export const gridComponentMethodKeys: (
// vxe-table-edit部分
'insert',
'insertAt',
'insertNextAt',
'remove',
'removeCheckboxRow',
'removeRadioRow',

Loading…
Cancel
Save