We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如下图这样使用:
浏览器出现如下问题:
如果改为import * as iView from 'iview' 则浏览器正常使用,但是TS类型检查会报错:
import * as iView from 'iview'
单独引入Message,TS类型检查依旧报错:
Message
但是使用LoadingBar又正常使用
LoadingBar
在iview的issue里面发现了也有遇到这种问题的,但是没看到有解决办法。麻烦大佬看看,谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题1:
问题2
在iview的issue里面发现了也有遇到这种问题的,但是没看到有解决办法。麻烦大佬看看,谢谢
The text was updated successfully, but these errors were encountered: