You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How could be use a parameter to a subpage in the corresponding vue file.
For example when calling directly in the webbrowser
/tickets?ticket=14
How does this end up in Tickets.vue to show ticket number '14'?
Actually this should also work, when using a sublink from a different page.
Like on tickets, you would want to jump to /contacts?searchasn=49234 or so.
The text was updated successfully, but these errors were encountered:
Corresponds with #27.
In the router (https://router.vuejs.org/en/api/route-object.html) all URL parameters are available and can be used to set the state of a component. Reactivity of the application should do the rest.
This is split out from #2:
How could be use a parameter to a subpage in the corresponding vue file.
For example when calling directly in the webbrowser
/tickets?ticket=14
How does this end up in Tickets.vue to show ticket number '14'?
Actually this should also work, when using a sublink from a different page.
Like on tickets, you would want to jump to
/contacts?searchasn=49234
or so.The text was updated successfully, but these errors were encountered: