Skip to content

Commit

Permalink
refactor devextreme-vue for TS in IDE
Browse files Browse the repository at this point in the history
+ refactor
  • Loading branch information
GoodDayForSurf committed Sep 12, 2024
1 parent f33ccd2 commit ddcbfb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
6 changes: 2 additions & 4 deletions packages/devextreme-vue/src/core/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import * as vue3Stategy from './strategy/vue3/index';

const strategy = vue3Stategy;
import * as vue3Strategy from './strategy/vue3/index';

export const {
prepareComponentConfig,
prepareConfigurationComponentConfig,
prepareExtensionComponentConfig,
} = strategy;
} = vue3Strategy;
13 changes: 0 additions & 13 deletions packages/devextreme-vue/src/core/strategy/vue2/index.ts

This file was deleted.

0 comments on commit ddcbfb8

Please sign in to comment.