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
1 changed files with 1 additions and 0 deletions

View File

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