浏览代码

fxi: fix table.html 404

陈凯龙 3 年之前
父节点
当前提交
179831ac99
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 富文本组件',