更新 drawer 抽屉文档

This commit is contained in:
就眠儀式
2022-01-21 01:16:08 +08:00
parent 8825172bbe
commit 2c6cb53025
5 changed files with 189 additions and 1 deletions

View File

@@ -321,6 +321,11 @@ const zhCN = [
component: () => import("../../docs/zh-CN/components/msg.md"),
meta: { title: "信息" },
},
{
path: "/zh-CN/components/drawer",
component: () => import("../../docs/zh-CN/components/drawer.md"),
meta: { title: "抽屉" },
},
{
path: "/zh-CN/components/backtop",
component: () => import("../../docs/zh-CN/components/backtop.md"),

View File

@@ -333,6 +333,12 @@ const menus = [
subTitle: "msg",
path: "/zh-CN/components/msg",
},
{
id: 94,
title: "抽屉",
subTitle: "drawer",
path: "/zh-CN/components/drawer",
},
],
},
];