small fixes and better ui and performance

This commit is contained in:
ngn
2023-07-13 00:58:55 +03:00
parent 6bde08cf67
commit f7f008cc89
17 changed files with 1095 additions and 17 deletions

View File

@@ -1,5 +1,10 @@
<template>
</template>
<script>
export default {
props: ["error"],
layout: "error",
mounted() {
this.$router.push({ path: "/" })
}