提交 result 组件

This commit is contained in:
就眠儀式
2022-01-30 18:19:12 +08:00
parent 1bda3dd8cd
commit 6a1997f706
10 changed files with 149 additions and 9 deletions

View File

@@ -340,6 +340,10 @@ const zhCN = [
path: "/zh-CN/components/exception",
component: () => import("../../docs/zh-CN/components/exception.md"),
meta: { title: "异常" },
}, {
path: "/zh-CN/components/result",
component: () => import("../../docs/zh-CN/components/result.md"),
meta: { title: "结果" },
},
],
},

View File

@@ -308,6 +308,12 @@ const menus = [
title: "异常",
subTitle: "exception",
path: "/zh-CN/components/exception",
},
{
id: 100,
title: "结果",
subTitle: "result",
path: "/zh-CN/components/result",
},
],
},