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
<a-button type="primary" shape="circle" size="small" preIcon="ic:baseline-refresh" @click="reload" />
生成html代码为
<button preicon="ic:baseline-refresh" class="ant-btn ant-btn-primary ant-btn-circle ant-btn-sm" type="button"> <span class="app-iconify anticon" style="font-size: 14px; display: inline-flex;"> <svg ...... /svg> </span> </button>
其中<span>的样式 开发模式下: 编译后:
<span>
开发模式下: 编译后:
这可能是什么原因?
The text was updated successfully, but these errors were encountered:
ccae5cd
No branches or pull requests
Describe the bug
生成html代码为
其中
<span>
的样式开发模式下:
编译后:
实际表现
开发模式下:
编译后:
这可能是什么原因?
The text was updated successfully, but these errors were encountered: