feat(component): 全屏组件
This commit is contained in:
@@ -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: "结果" },
|
||||
},
|
||||
],
|
||||
}
|
||||
],
|
||||
|
||||
@@ -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: "结果",
|
||||
|
||||
Reference in New Issue
Block a user