fix(client): ユーザーのハッシュタグ検索が機能していないのを修正
This commit is contained in:
parent
84e2ee220b
commit
f0cb587c89
5 changed files with 44 additions and 5 deletions
|
|
@ -201,8 +201,8 @@ export const routes = [{
|
|||
path: '/roles/:role',
|
||||
component: page(() => import('./pages/role.vue')),
|
||||
}, {
|
||||
path: '/explore/tags/:tag',
|
||||
component: page(() => import('./pages/explore.vue')),
|
||||
path: '/user-tags/:tag',
|
||||
component: page(() => import('./pages/user-tag.vue')),
|
||||
}, {
|
||||
path: '/explore',
|
||||
component: page(() => import('./pages/explore.vue')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue