Pārlūkot izejas kodu

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

crudboy 1 gadu atpakaļ
vecāks
revīzija
c827ffb8e6
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/components/VxeTable/src/methods.ts

+ 1 - 0
src/components/VxeTable/src/methods.ts

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