iview的Modal组件点击确定按钮如何阻止弹窗的关闭


Modal属性footer-hide设置为true,隐藏默认的modal底部,使用slot插入自定义的底部按钮

1 <Modal title="标题" v-model="modal1" :footer-hide=true>
2    <div slot="footer">
3        <Button type="ghost">取消</Button>
4        <Button type="primary" @click="confirmFun">确定</Button>
5    </div>
6 </Modal>

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM