Alert
警告提示。
说明
组件API详细内容请参考:https://www.antdv.com/components/alert-cn
使用方法
代码示例:
// 在script标签中按需引入 import { Alert } from '@jecloud/ui'; export default { components: { Alert }, }; // 在vue的template标签中 <Alert message="Success Tips" description="Detailed description and advices about successful copywriting." type="success" show-icon />
事件脚本示例:
const { Alert } = JE.useUi(); const { h }= JE.useVue(); return h(Alert, {message:"Success Tips",showIcon: true,type: "success" });
- 注意:
最后编辑: 秦永莲 文档更新时间: 2024-08-08 13:51 作者:秦永莲