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
Vue router allows for the use of Symbol as the name parameter when registering routes. To prevent errors, we cast the name parameter to be a string as the transaction name must be a string.
0 commit comments