[Vuejs]-Vue Router โ€“ get this.$route.query after URL updates from API call?

0๐Ÿ‘

I faced this same issue and I suspect it is a lifecycle thing. Normally using setTimeout or this.$nextTick fixes it.

Leave a comment