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
If you try to get the value of v-model in the @md-selected event of md-select then it always shows the previous value and not the current selected one.
Is it possible to get the current value of v-model like in the @change event of select in vuejs?