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
wd-toast文档里写有iconClass这个配置项,但目前没有实际作用,无法使用icon章节里的图标,希望后续支持
toast.show({ msg:'收藏成功', iconName:'star' })
The text was updated successfully, but these errors were encountered:
custom-icon-class目前也用不了,使用custom-class替代有效果,但是无法显示图标,只有一个框
Sorry, something went wrong.
723c51b
此 issue 已被自动锁定,因为关闭后没有任何近期活动。如果有相关 bug,请重新创建一个新 issue。
Moonofweisheng
No branches or pull requests
这个功能解决了什么问题?
wd-toast文档里写有iconClass这个配置项,但目前没有实际作用,无法使用icon章节里的图标,希望后续支持
你期望的 API 是什么样子的?
toast.show({
msg:'收藏成功',
iconName:'star'
})
The text was updated successfully, but these errors were encountered: