fix(client): ユーザーのハッシュタグ検索が機能していないのを修正

This commit is contained in:
syuilo
2023-02-22 17:25:33 +09:00
parent 84e2ee220b
commit f0cb587c89
5 changed files with 44 additions and 5 deletions

View File

@@ -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')),