🔱: [client] sync upgrade with 3 commits [trident-sync]

build: publish success
chore:
This commit is contained in:
GitHub Actions Bot
2024-03-21 19:24:00 +00:00
parent 92f9371156
commit 56a1f8158a
3 changed files with 11 additions and 5 deletions
@@ -8,9 +8,11 @@
<script lang="ts">
export default {
// eslint-disable-next-line vue/multi-word-component-names
name: "Exception404",
methods: {
toHome() {
//@ts-ignore
this.$router.push({ path: "/" });
}
}