test 100% for NotFoundPage.spec.js

This commit is contained in:
ogerly 2022-03-18 20:21:59 +01:00
parent 1d8f94671f
commit cc77a0122f

View File

@ -4,7 +4,7 @@
<div class="header py-1 py-lg-1 pt-lg-3">
<b-container>
<div class="header-body text-center mb-3">
<a href="#!" @click="goback">
<a href="#!" v-on:click="$router.go(-1)">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 mt-5 mb-5">
@ -1186,7 +1186,7 @@
</b-container>
</div>
<div class="text-center">
<b-button class="test-back" variant="light" @click="goback">
<b-button class="test-back" variant="light" v-on:click="$router.go(-1)">
{{ $t('back') }}
</b-button>
</div>
@ -1218,11 +1218,6 @@ export default {
},
}
},
methods: {
goback() {
this.$router.go(-1)
},
},
}
</script>
<style>