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
<div class="progress"> <a-progress :percent="50" :show-info="false" /> </div>
The text was updated successfully, but these errors were encountered:
截图说明
Sorry, something went wrong.
红框这儿没显示出来
zy
已修复,下一版本发布。 你本地可在 src/components/registerGlobComp.ts 文件: 把a-progress注册上即可。
No branches or pull requests
版本号:3.6.2
前端版本:vue3版
问题描述:a-progress组件直接在页面中使用,页面上无法显示进度条;
截图&代码:
<div class="progress"> <a-progress :percent="50" :show-info="false" /> </div>
The text was updated successfully, but these errors were encountered: