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-tabs
Install
|
|
|
|
Usage
props
id
可传入id,关闭$parent的autoIndex来用外界传入的index做tab的渲染,高级用法,一般无需使用
- type:
String | Number
‘header’
tab title
- type:
String
disabled
不响应点击事件,达到不会切换tab的disabled效果
- type:
Boolean
- default:
false
Tabset props
name
- type:
String
removeable
- type:
Boolean
- default:
false
trigger
- type:
String
- default:
'click'
delay
- type:
Number | String
- default:
120
effect
- type:
String
- default:
'fadein'
active
- type:
Number | String
- default:
0
autoIndex
- type:
Boolean
- default:
true
example
- js
|
|