Skip to content

Commit

Permalink
fix: catch all the routes
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Mar 5, 2024
1 parent efefbf5 commit 3964a1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/[...slug].vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<script setup lang="ts">
navigateTo('/');
</script>

<template></template>

0 comments on commit 3964a1a

Please sign in to comment.