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

This commit is contained in:
crudboy 2024-03-06 20:31:36 +08:00 committed by GitHub
parent d42acb477c
commit c827ffb8e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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