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
apologies for asking this here if I should have asked it somewhere else, didn't find much on the topic. Importing the router works, but it causes strange bugs. Any help is greatly appreciated. Thanks in advance!
The text was updated successfully, but these errors were encountered:
it seems the best solution is to deal with the router on the component and not in store, while using store for tracking state changes that can be read to determine router actions: as per:
"Don’t pass your router into vuex. Use reactivity of vuex in your component to trigger the change."
apologies for asking this here if I should have asked it somewhere else, didn't find much on the topic. Importing the router works, but it causes strange bugs. Any help is greatly appreciated. Thanks in advance!
The text was updated successfully, but these errors were encountered: