mand-mobile/components/transition
moyus a6935775c9 feat(transition): switch timing function 2018-09-14 22:58:04 +08:00
..
demo feat(transition): add reusable transtion component 2018-09-14 22:26:30 +08:00
test feat(transition): add reusable transtion component 2018-09-14 22:26:30 +08:00
README.md feat(transition): add reusable transtion component 2018-09-14 22:26:30 +08:00
component.js feat(transition): add reusable transtion component 2018-09-14 22:26:30 +08:00
index.vue feat(transition): switch timing function 2018-09-14 22:58:04 +08:00

README.md

[此处填写组件简介xxx]

引入

import { SingleComponent } from '@didi/mand-mobile'

Vue.component(SingleComponent.name, SingleComponent)

使用指南

[此处填写组件使用特殊说明,如使用其他依赖或项目配置,如无可缺省(如缺省删去标题)]

代码演示

API

[Component] Props

属性 说明 类型 默认值 备注
xxx xxx String xxx xxx
xxx xxx Number xxx xxx
xxx xxx Boolean xxx xxx
xxx xxx Array<{a, b, c}> xxx xxx
xxx xxx Object:{a, b, c} xxx xxx
xxx xxx Function(a: String): void xxx xxx

[Component] Methods

方法说明

参数 说明 类型 默认值
xxx xxx xxx xxx

返回(如有)

属性 说明 类型
xxx xxx xxx

[Component] Events

事件说明

属性 说明 类型
xxx xxx xxx