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-dialog
Install
|
|
Usage
props
okText
custom the ok dialog text.
- default:
确定
- type:
String
cancelText
custom the cancel dialog text.
- default:
取消
- type:
String
visiable
control the visiable of dialog.
- default:
false
- type:
Boolean
onOk | optional
the callback for onOk.
- type:
Function
onCancel | optional
the callback of onCancel
- type:
Function
example
- js
|
|