Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 194 Bytes

File metadata and controls

executable file
·
12 lines (9 loc) · 194 Bytes
title 正在重定向
<script setup> import { onMounted } from "vue" import { useRouter } from "vitepress" const router = useRouter(); onMounted(() => router.go("/")); </script>