@enceladus
what's the reasoning for search being part of the route instead of a query string?
name: 'full', path: '/:ledger/contract/:contractId/s/:query', component: App
i think router.resolve() is a helpful util we should leverage instead of the getNewRoute method in state.ts
i've never seen vue-router used how it's currently setup... let's make it more standard.
<router-view />
compeonent@enceladus what's the reasoning for search being part of the route instead of a query string?
name: 'full', path: '/:ledger/contract/:contractId/s/:query', component: App
i thinkrouter.resolve()
is a helpful util we should leverage instead of thegetNewRoute
method instate.ts