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-modal
Install
|
|
|
|
Usage
props
show
- require:
true
, - type:
Boolean
, - twoWay:
true
title
- type:
String
, - default:
''
showCloseBtn
- type:
Boolean
, - default:
true
maskCloseable
- type:
Boolean
, - default:
true
showHeader
- type:
Boolean
, - default:
true
showFooter
- type:
Boolean
, - default:
true
width
- default:
null
top
- default:
null
center
- type:
Boolean
, - default:
false
okText
- type:
String
, - default:
'确定'
cancelText
- type:
String
, - default:
'取消'
onOk
- type:
Function
onCancel
- type:
Function
effect
- type:
String
, - default:
'fade'
backdrop
- type:
Boolean
, - default:
true
large
- type:
Boolean
, - default:
false
small
- type:
Boolean
, - default:
false
example
- js
|
|