feat(component): 全屏组件

This commit is contained in:
sight
2022-02-17 23:51:25 +08:00
parent cf741e66c3
commit c10e1a2799
7 changed files with 476 additions and 2 deletions

View File

@@ -335,11 +335,17 @@ 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: "结果" },
},
{
path: "/zh-CN/components/fullscreen",
component: () => import("../../docs/zh-CN/components/fullscreen.md"),
meta: { title: "结果" },
},
],
}
],

View File

@@ -27,6 +27,12 @@ const menus = [
subTitle: "animation",
path: "/zh-CN/components/animation",
},
{
id: 101,
title: "全屏",
subTitle: "fullscreen",
path: "/zh-CN/components/fullscreen",
},
],
},
{
@@ -308,7 +314,7 @@ const menus = [
title: "异常",
subTitle: "exception",
path: "/zh-CN/components/exception",
},
},
{
id: 100,
title: "结果",