Skip to content

Commit 0834188

Browse files
committed
戻るボタンが正常に動作するように変更
1 parent 5423ee8 commit 0834188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/simple.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<v-app-bar fixed app class="bar" elevation="0">
99
<HeaderLogo />
1010
<v-spacer />
11-
<v-btn outlined rounded color="#0071C2">
11+
<v-btn outlined rounded color="#0071C2" @click="$router.back()">
1212
<v-icon left>mdi-arrow-left</v-icon>
1313
もどる
1414
</v-btn>

0 commit comments

Comments
 (0)