Explorar el Código

fxi: fix table.html 404

陈凯龙 hace 3 años
padre
commit
179831ac99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 富文本组件',