-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
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
[Icon] iconfont 高级用法中引入新的 url 字体图标库后,新引入的图标不显示 #29
Labels
Comments
👋 @NiLinli,感谢给 TDesign 提出了 issue。 |
了解了 我修复下 |
👋 @NiLinli,感谢给 TDesign 提出了 issue。 |
fixed in [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tdesign-vue-next 版本
0.17.3
重现链接
No response
重现步骤
可以传入 url 加入新的 iconfont 图标。
引入新的图标 Url 之后,图标名称必须写全称,以作区分,如:"name='home'" 需要写成 "name='t-icon-home'"。
组件会引入默认的 iconfont 图标,如果希望禁止组件加载默认的 iconfont 图标,将 loadDefaultIcons 置为 false 即可。
点击下面 demo 的 stackblitz 链接即可复线
期望结果
显示新的 iconfont 图标
实际结果
并未显示新的 iconfont 图标
cps-icon 样式被 t-icon 覆盖了
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: