浏览代码

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',