From 5947bdc7873c2196df796073cc197c4809908b76 Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Mon, 16 May 2022 23:36:53 +0800 Subject: [PATCH] fix: build --- demo/routes/routes.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demo/routes/routes.js b/demo/routes/routes.js index 6fe775ada..c3a5e5736 100644 --- a/demo/routes/routes.js +++ b/demo/routes/routes.js @@ -65,8 +65,8 @@ export const enDocRoutes = [ component: () => import('../pages/docs/import-on-demand/enUS/index.md') }, { - path: 'style-position', - component: () => import('../pages/docs/style-position/enUS/index.md') + path: 'style-conflict', + component: () => import('../pages/docs/style-conflict/enUS/index.md') }, { path: 'controlled-uncontrolled', @@ -142,8 +142,8 @@ export const zhDocRoutes = [ component: () => import('../pages/docs/import-on-demand/zhCN/index.md') }, { - path: 'style-position', - component: () => import('../pages/docs/style-position/zhCN/index.md') + path: 'style-conflict', + component: () => import('../pages/docs/style-conflict/zhCN/index.md') }, { path: 'controlled-uncontrolled',