What happend with v-go-back in quasar v2? #9250
Answered
by
rstoenescu
lucho19jose
asked this question in
General - Components / Directives / etc
-
I wanted to use it, but when I go to docs/vue directives, I didn't find go back directive. |
Beta Was this translation helpful? Give feedback.
Answered by
rstoenescu
May 12, 2021
Replies: 1 comment 2 replies
-
We can't supply this because of the new Vue 3 architecture. Just use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lucho19jose
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can't supply this because of the new Vue 3 architecture. Just use
@click="$router.go(-1)"
instead.