I\'m expecting that \'close\' event is fired when I\'m clicking ESC button being on \"shadow-modal\" div, but it\'s not happening
vue 2.5.13, any ideas why?
If you need to close a modal window, you must observe several conditions.
In the lifecycle hook mounted(): mounted() { this.$refs.modal.focus() } 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
mounted() { this.$refs.modal.focus() }