Hello,
Is is possible to use Vue Router to deploy a single-page application under RConnect?
That is, can a deployed Connect app use URLs like this to jump directly to different pages/tabs?
https://company.com/rconnect/myapp/
https://company.com/rconnect/myapp/tab_one/
https://company.com/rconnect/myapp/tab_two/
Can those tabs have their own parameters, as in:
https://company.com/rconnect/myapp/tab_three?foo=bar
I know that top-level parameters can be passed in, like this:
https://company.com/rconnect/myapp?param=value
but what about actual tabs/pages? Vue Router uses this mechanism. Is there a way to get RConnect to allow URL constructs like this to be passed to the application?
Thank you.