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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
采用service组件schemaApi渲染alert组件,在6.9.0下不显示,之前的6.8.0版本正常。
amis 版本是什么?请先在最新 beta 版本测试问题是否存在 jdk 6.9.0
粘贴有问题的完整 amis schema 代码: schemaApi 返回以下json数据
amis schema
{ "data": { "body": [ { "inline": false, "tpl": "<p>抱歉!你没有权限。</p><ul style=\"list-style-type: circle;\"><li><a href=\"mailto:user@domain.com\">userName</a></li></ul>", "type": "tpl", "wrapperComponent": "" } ], "className": "mb-3", "level": "warning", "showCloseButton": true, "showIcon": true, "title": "提醒", "type": "alert" }, "msg": "", "status": 0 }
The text was updated successfully, but these errors were encountered:
👍 Thanks for this! 🏷 I have applied any labels matching special text in your issue.
Please review the labels and make any necessary changes.
Sorry, something went wrong.
确实,6.9有问题,这种形式写alert不会显示。
No branches or pull requests
描述问题:
采用service组件schemaApi渲染alert组件,在6.9.0下不显示,之前的6.8.0版本正常。
amis 版本是什么?请先在最新 beta 版本测试问题是否存在
jdk 6.9.0
粘贴有问题的完整
amis schema
代码:schemaApi 返回以下json数据
The text was updated successfully, but these errors were encountered: