WebIndex/pages/[...default].vue

8 lines
86 B
Vue
Raw Normal View History

2024-11-17 11:45:08 +08:00
<script setup lang="ts">
2025-01-13 21:51:37 +08:00
navigateTo('/error/404')
2024-11-17 11:45:08 +08:00
</script>
<style scoped>
2025-01-13 21:51:37 +08:00
</style>