Browse Source

fix: lodash

pull/768/head
cKey 3 years ago
parent
commit
c7f69b31c0
  1. 2
      apps/vue/src/components/VxeTable/src/VxeBasicTable.tsx

2
apps/vue/src/components/VxeTable/src/VxeBasicTable.tsx

@ -1,7 +1,7 @@
import { defineComponent } from 'vue';
import { computed, ref } from 'vue';
import { BasicTableProps } from './types';
import { omit } from 'lodash';
import { omit } from 'lodash-es';
import { basicProps } from './props';
import { ignorePropKeys } from './const';
import { basicEmits } from './emits';

Loading…
Cancel
Save