small fixes and better ui and performance
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: ["error"],
|
||||
layout: "error",
|
||||
mounted() {
|
||||
this.$router.push({ path: "/" })
|
||||
}
|
||||
|
Reference in New Issue
Block a user