forked from FoundKeyGang/FoundKey
clean up unused query parameters from router
This commit is contained in:
parent
33e09b9901
commit
47b0e292ef
1 changed files with 0 additions and 4 deletions
|
@ -73,10 +73,6 @@ export const routes = [{
|
|||
}, {
|
||||
path: '/search',
|
||||
component: page(() => import('./pages/search.vue')),
|
||||
query: {
|
||||
q: 'query',
|
||||
channel: 'channel',
|
||||
},
|
||||
}, {
|
||||
path: '/authorize-follow',
|
||||
component: page(() => import('./pages/follow.vue')),
|
||||
|
|
Loading…
Reference in a new issue