Skip to content

Commit

Permalink
fix: xxeTable destruction/reconstruction remains at the first init
Browse files Browse the repository at this point in the history
  • Loading branch information
imdap committed Nov 4, 2024
1 parent 9bc560d commit 362005b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/effects/plugins/src/vxe-table/use-vxe-grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import VxeGrid from './use-vxe-grid.vue';

export function useVbenVxeGrid(options: VxeGridProps) {
// const IS_REACTIVE = isReactive(options);
const api = new VxeGridApi(options);
let extendedApi: ExtendedVxeGridApi = api as ExtendedVxeGridApi;
let extendedApi!: ExtendedVxeGridApi;

const Grid = defineComponent(
(props: VxeGridProps, { attrs, slots }) => {
Expand Down

0 comments on commit 362005b

Please sign in to comment.