是
messageBox
如果在打开了messageBox 之后,路由后退,messageBox会依然存在,希望提供一个方法在路由守卫里关闭它
Translation of this issue:
yes
MessageBox
If the route is backward after the messageBox is opened, the messageBox will still exist, hoping to provide a method to close it in the routing guard
After #8050, you can close it by this.$msgbox.close() or MessageBox.close().
Please write this solution into official document! I was looking for this exact thing for two days!
Most helpful comment
After #8050, you can close it by
this.$msgbox.close()orMessageBox.close().