AT-UI / at-ui

A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0 (DEPRECATED)
https://at.aotu.io
MIT License
2.34k stars 230 forks source link

[Component Modal]:add before-close prop #96

Closed steinslin closed 6 years ago

steinslin commented 6 years ago

需求: issue#95

说明:

  • 通过属性 before-close 监听 Modal 关闭前的事件,会暂停 Modal 的关闭
  • 参数为event事件,回调函数,调用函数将关闭 Modal ,传递 false 参数可以阻止 Modal的关闭
  • 点击按钮、icon、遮罩、esc均会触发该钩子,手动修改value的值不触发