From ab967aeedf1bcfbdbccc135ec67caf03ccf097ea Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 9 Mar 2022 15:54:16 +0800 Subject: [PATCH] fix: router map add /vue3-components --- docs/.vuepress/theme/config/redirectRouter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/theme/config/redirectRouter.js b/docs/.vuepress/theme/config/redirectRouter.js index e652e3ebb..8299f326c 100644 --- a/docs/.vuepress/theme/config/redirectRouter.js +++ b/docs/.vuepress/theme/config/redirectRouter.js @@ -53,6 +53,7 @@ const routerMap = { '/vue3-api': '/tutorial/vue3-api.html', '/vue3-basics': '/tutorial/vue3-basics.html', '/vue3-vuex': '/tutorial/vue3-vuex.html', + '/vue3-components': '/tutorial/vue3-components.html', '/migration-to-vue3': '/tutorial/migration-to-vue3.html', '/nvue-outline': '/tutorial/nvue-outline.html', -- GitLab