Browse Source

fxi: fix table.html 404

陈凯龙 3 years ago
parent
commit
179831ac99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .vitepress/config.js

+ 1 - 1
.vitepress/config.js

@@ -159,7 +159,7 @@ function createSidebar() {
           },
           {
             text: 'Table 表格组件',
-            link: '/components/Table',
+            link: '/components/table',
           },
           {
             text: 'Editor 富文本组件',