Prechádzať zdrojové kódy

fxi: fix table.html 404

陈凯龙 3 rokov pred
rodič
commit
179831ac99
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 富文本组件',