Skip to content

Commit

Permalink
fix: sound path
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Sep 19, 2024
1 parent 0b67892 commit e82a127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ watch(locale, (newVal) => {
<router-link
:to="{ path: '/bgm', query: route.query, hash: route.hash }"
>
BGM
Sound
</router-link>
</nav>
<div class="locale-changer">
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const router = createRouter({
component: About,
},
{
path: '/sound',
path: '/bgm',
component: BgmPanel,
},
// {
Expand Down

0 comments on commit e82a127

Please sign in to comment.