fix(client): fix wrong link in tutorial

Fix #9456
This commit is contained in:
syuilo
2023-01-02 13:19:32 +09:00
parent d98771711f
commit 6e0c39b1d7
4 changed files with 10 additions and 5 deletions

View File

@@ -207,6 +207,7 @@ export const routes = [{
}, {
path: '/explore',
component: page(() => import('./pages/explore.vue')),
hash: 'initialTab',
}, {
path: '/search',
component: page(() => import('./pages/search.vue')),