feat: 新增 transition 组件

This commit is contained in:
就眠儀式
2022-03-19 17:57:32 +08:00
parent d4b4afcc0e
commit b842a57d9b
12 changed files with 163 additions and 14 deletions

View File

@@ -370,6 +370,12 @@ const zhCN = [
import("../../docs/zh-CN/components/noticeBar.md"),
meta: { title: "通知栏" },
},
{
path: "/zh-CN/components/transition",
component: () =>
import("../../docs/zh-CN/components/transition.md"),
meta: { title: "通知栏" },
},
],
},
],

View File

@@ -26,13 +26,18 @@ const menus = [
title: "动画",
subTitle: "animation",
path: "/zh-CN/components/animation",
},{
id: 101,
title: "过渡",
subTitle: "transition",
path: "/zh-CN/components/transition",
},
{
id: 101,
title: "全屏",
subTitle: "fullscreen",
path: "/zh-CN/components/fullscreen",
},
}
],
},
{