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
目前使用导入png图片然后h标签引用的方案:
h
import { ref, h } from 'vue'; import arrowDownImage from '../resources/arrow-down.png'
const arrowDownIcon = h('img', { src: arrowDownImage, class: 'collapse-item-icon', });
<nut-collapse-item :icon="arrowDownIcon">
查看官网文档,没看到怎么使用自定义iconFont的方案
能使用自定义的iconFont设置箭头图标
The text was updated successfully, but these errors were encountered:
feat(collapse): 增加自定义插槽icon(jdf2e#2588)
f446543
feat(collapse): 增加自定义插槽 icon (#2588) (#2612)
2369e09
Successfully merging a pull request may close this issue.
这个功能解决了什么问题?
目前使用导入png图片然后
h
标签引用的方案:查看官网文档,没看到怎么使用自定义iconFont的方案
你期望的组件设计是怎样的?
能使用自定义的iconFont设置箭头图标
The text was updated successfully, but these errors were encountered: