How to use router query in boot file? #9339
Answered
by
metalsadman
mecjos
asked this question in
General - Components / Directives / etc
-
Hi, I want to check router query in a boot file as follows;
How can I reach route's query in a boot file 'out of vue component' ?? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
metalsadman
May 19, 2021
Replies: 1 comment 4 replies
-
@mecjos you have access to |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
mecjos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mecjos you have access to
router
in the default function as parameter https://quasar.dev/quasar-cli/boot-files#anatomy-of-a-boot-file.