Преглед на файлове

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

crudboy преди 1 година
родител
ревизия
c827ffb8e6
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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',