feat: 新增 transition 组件
This commit is contained in:
@@ -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: "通知栏" },
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user