You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The content displayed in the components.d.ts is Ixdaterangepicker: Typeof Import ('@IDUX/Components/Date') ['iexdaterangepicker'] ``
Page prompt loading failed
Reproduction link
https://stackblitz.com/edit/idux-starter?file=package.json
Steps to reproduce
在vue文件中template中使用
What is expected?
按需加载IxDateRangePicker ,components.d.ts中
IxDateRangePicker: typeof import('@idux/components/date-picker')['IxDateRangePicker']
What is actually happening?
生成的components.d.ts中 显示的内容是
IxDateRangePicker: typeof import('@idux/components/date')['IxDateRangePicker']
页面提示加载失败
Environment Info
The text was updated successfully, but these errors were encountered: