mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
btn to go back home in error template
This commit is contained in:
parent
5eafea9fe2
commit
91e5f6595f
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
|||
v-container.p-4.text-center
|
||||
v-alert(v-if="error.statusCode === 404") ¯\_(ツ)_/¯ {{error.message}}
|
||||
v-alert(v-else type='error') <v-icon>mdi-warning</v-icon> An error occurred: {{error.message}}
|
||||
nuxt-link(to='/') Back to home
|
||||
nuxt-link(to='/')
|
||||
v-btn Back to home
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue