mand-mobile/components/steps
remote-star 65f8dacfe1 doc(readme): adjust the example path for each component in its readme doc. 2018-03-29 14:56:07 +08:00
..
demo Initial commit 2018-03-26 16:04:04 +08:00
test Initial commit 2018-03-26 16:04:04 +08:00
README.md doc(readme): adjust the example path for each component in its readme doc. 2018-03-29 14:56:07 +08:00
component.js Initial commit 2018-03-26 16:04:04 +08:00
index.vue Initial commit 2018-03-26 16:04:04 +08:00

README.md

title preview
Steps 步骤条 https://didi.github.io/mand-mobile/examples/#/steps

用于引导用户按照流程完成任务的导航条,显示当前所在步骤

引入

import { Steps } from 'mand-mobile'

Vue.component(Steps.name, Steps)

代码演示

API

Tabs Props

属性 说明 类型 默认值 备注
steps 步骤信息数组 Array - 数组中每个元素须包含name属性,会作为步骤名称显示
current 当前步骤 Number 0 可通过修改该值动态改变当前所在步骤