this.route() in vue composition api #1263
Unanswered
favourwright
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this.inertia.get(this.route())
what would be the equivalent of this when using composition API?
so far, I've seen that I could...
import { Inertia } from '@inertiajs/inertia'
then use to replace this.$inertia but what of this.route()
Help!!!
Beta Was this translation helpful? Give feedback.
All reactions