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 was archived by the owner on Nov 17, 2024. It is now read-only.
The plugin works when I do router push to another location, however, it does not work if I want alert to show right away.
For example, I am using danger alert to warn users when there is an error during logins, such as incorrect password, or incorrect user. In these situations, the route does not change (no this.$router.push).
How do I flash an alert right away when the route does not change?
The plugin works when I do router push to another location, however, it does not work if I want alert to show right away.
For example, I am using danger alert to warn users when there is an error during logins, such as incorrect password, or incorrect user. In these situations, the route does not change (no this.$router.push).
How do I flash an alert right away when the route does not change?