website/layouts/error.vue

8 lines
93 B
Vue
Raw Normal View History

<script>
export default {
mounted() {
this.$router.push({ path: "/" })
}
}
</script>