FE-Driver / vue-beauty

Beautiful UI components build with vue and ant design
https://fe-driver.github.io/vue-beauty
MIT License
2.11k stars 248 forks source link

modal的关闭事件 #294

Closed HimiHL closed 6 years ago

HimiHL commented 6 years ago

Modal里,我定义了slot:footer为空的

<template slot="footer">
<span></span>
</template>

然后去掉ok和cancel的事件和文本属性后,右上角的关闭按钮就无法关闭Modal了

解决了 刚刚查文档看到加上cancel事件,可以解决无法关闭