-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor devextreme-vue for TS in IDE
+ refactor
- Loading branch information
1 parent
f33ccd2
commit ddcbfb8
Showing
2 changed files
with
2 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file was deleted.
Oops, something went wrong.