1.分割面板

This commit is contained in:
dingyongya
2022-01-19 09:38:54 +08:00
parent 3c03862043
commit 47c8714896
8 changed files with 301 additions and 3 deletions

View File

@@ -76,6 +76,12 @@ const zhCN = [
component: Component,
meta: { title: "组件" },
children: [
{
path: "/zh-CN/components/splitPanel",
component: () =>
import("../../docs/zh-CN/components/splitPanel.md"),
meta: { title: "分割面板" },
},
{
path: "/zh-CN/components/skeleton",
component: () => import("../../docs/zh-CN/components/skeleton.md"),