Skip to content

Commit

Permalink
fix(idux): update resolver (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
danranVm committed May 13, 2022
1 parent 849e8c9 commit fd2e219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/resolvers/idux.ts
Expand Up @@ -6,12 +6,14 @@ const specialComponents: Record<string, string> = {
IxAutoComplete: 'auto-complete',
IxBackTop: 'back-top',
IxDatePicker: 'date-picker',
IxDateRangePicker: 'date-picker',
IxCol: 'grid',
IxRow: 'grid',
IxInputNumber: 'input-number',
IxTab: 'tabs',
IxTreeSelect: 'tree-select',
IxTimePicker: 'time-picker',
IxTimeRangePicker: 'time-picker',
}

export interface IduxResolverOptions {
Expand Down

0 comments on commit fd2e219

Please sign in to comment.