ci: merge feat-ripple-dev

This commit is contained in:
就眠儀式
2022-04-15 09:00:15 +08:00
parent 92360fb035
commit 8ad11a94e4
9 changed files with 4681 additions and 1041 deletions

View File

@@ -385,14 +385,12 @@ const zhCN = [
},
{
path: "/zh-CN/components/ripple",
component: () =>
import("../document/zh-CN/components/ripple.md"),
component: () => import("../document/zh-CN/components/ripple.md"),
meta: { title: "水波纹" },
},
{
path: "/zh-CN/components/area",
component: () =>
import("../document/zh-CN/components/area.md"),
component: () => import("../document/zh-CN/components/area.md"),
meta: { title: "地址选择器" },
},
],

View File

@@ -44,7 +44,7 @@ const menus = [
title: "水波纹",
subTitle: "ripple",
path: "/zh-CN/components/ripple",
},
},
],
},
{