We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5423ee8 commit 0834188Copy full SHA for 0834188
src/layouts/simple.vue
@@ -8,7 +8,7 @@
8
<v-app-bar fixed app class="bar" elevation="0">
9
<HeaderLogo />
10
<v-spacer />
11
- <v-btn outlined rounded color="#0071C2">
+ <v-btn outlined rounded color="#0071C2" @click="$router.back()">
12
<v-icon left>mdi-arrow-left</v-icon>
13
もどる
14
</v-btn>
0 commit comments