I have the following address http://localhost:3000/script?company=1
How to display the required component at this address? What's wrog with me code?
{
path: '/script?company=:companyId',
component: 'script-page',
action: (context, commands) => this.protectedRouter(context, commands)
},