We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025a894 commit 5656a64Copy full SHA for 5656a64
docs/zh-CN/develop/quick-start.md
@@ -5,6 +5,6 @@ import { useRouter } from 'vitepress';
5
const router = useRouter();
6
7
onMounted(() => {
8
- router.go('/develop/quick-start')
+ router.go('/guide/develop')
9
})
10
</script>
0 commit comments