I have a method where need to create a string which consists of
base URL /get-it and some random generated string?
methods:{
GenerateURL(){
...
}
}
How can be it achieved? How can I either get base URL or /get-it with vue router but without navigating to that /get-it page which is empty? I just need to use it as a string inside the component.