Skip to content
Discussion options

You must be logged in to vote

use function on your store actions, then you can access it via this.
ie.

// some actions.js
export function login(...) {
  ...
  this.$store.push(...)
  ...
}

see other methods here https://forum.quasar-framework.org/topic/3960/access-router-outside-vue/9.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by metalsadman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants