You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2018. It is now read-only.
I was browsing through the code and it seems the close callback is hardcoded(by just setting this.show to false).
It would be nice to actually define a close callback, where we for example could do some model cleanup when closing the modal (through the close button or by clicking the background).
I might be missing something though, I'm still new to VueJS
The text was updated successfully, but these errors were encountered:
I was browsing through the code and it seems the close callback is hardcoded(by just setting this.show to false).
It would be nice to actually define a close callback, where we for example could do some model cleanup when closing the modal (through the close button or by clicking the background).
I might be missing something though, I'm still new to VueJS
The text was updated successfully, but these errors were encountered: