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-backtop
Install
|
|
|
|
Usage
props
style
- type:
Object
, - default: `
width: DEFAULT_SIZE + 'px', height: DEFAULT_SIZE + 'px', top: 'auto', left: 'auto', right: '30px', bottom: '40px'
interval
执行滚动位置检测的间隔
- type:
Number
, - default:
32
scrollbarOffset
- type:
Number
, - default:
100
acceleration: {
- type:
Number
, - default:
.5
time
- type:
Number
, - default:
10
mode
动画模式
- type:
String
, - default:
'raf'
example
- js
|
|