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 c63fea5 commit 36fbc47Copy full SHA for 36fbc47
src/components/common/BackButton/BackButton.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <v-btn :class="className" icon @click="goBack">
+ <v-btn :class="className" icon>
3
<slot />
4
<v-icon :icon="mdiArrowLeft" />
5
</v-btn>
0 commit comments