How can I fetch query parameters in vue.js?
http:://somesite.com?test=yay
Can't find a way to fetch or do I need to use pure JS or some library for this?
How can I fetch query parameters in vue.js?
Can't find a way to fetch or do I need to use pure JS or some library for this? |
|||||||||||||||||
|
According to the docs of route object, you have access to a
|
|||||||||||||
|