Components
- Introduction
- vc-button
- vc-icon
- vc-checkbox
- vc-radio
- vc-buttonGroup
- vc-cascader
- vc-datepicker
- timepicker
- vc-easyclearinput
- vc-inputNumber
- vc-select
- vc-alert
- vc-badge
- vc-card
- vc-carousel
- vc-dropdown
- vc-toast
- vc-notification
- vc-modal
- vc-dialog
- vc-confrim
- vc-popover
- vc-tooltip
- vc-progress
- vc-table
- vc-tag
- vc-breadcrumb
- vc-pagination
- vc-steps
- vc-tabs
- vc-backtop
- vc-loading
- vc-panel
vc-steps
Install
|
|
|
|
Usage
props
show
- type:
Boolean
- default:
true
- twoWay:
true
steps
传入的steps,如果传入合法的 allSteps
预设,则会合并
- type:
Array
allSteps
- 可选的预设,多用于系统通用的流程,可传入通用预设
- 只有长度大于传入的
steps
才会进行预设追加的合并
- type:
Array
title
- default:
'title'
subTitle
- default:
'subTitle'
closeable
- type:
Boolean
- default:
true
example
- js
|
|