VConfirmEdit API
组件页面
属性
| 名称 | 类型 | 默认值 |
|---|---|---|
| cancel-text | ||
| Text for the cancel button | ||
| color | ||
| Applies specified color to the control - supports utility colors (for example success or purple) or css color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the colors page . | ||
| model-value | ||
| The v-model value of the component. If component supports the multiple prop, this defaults to an empty array. | ||
| ok-text | ||
| Text for the ok button | ||
事件
| 名称 | 类型 |
|---|---|
| cancel | |
| The event emitted when the user clicks the Cancel button | |
| save | |
| MISSING DESCRIPTION (edit in github ) | |
| update:modelValue | |
| Event that is emitted when the component’s model changes. | |
插槽
| default |
| The default Vue slot. |
可用属性
| cancel |
| MISSING DESCRIPTION (edit in github ) |
| isPristine |
| Returns true if the input has not been modified in any way. |
| save |
| MISSING DESCRIPTION (edit in github ) |