Confirm edit
The v-confirm-edit
component is used to allow the user to verify their changes before they are committed.
TIP
This feature was introduced in v3.6.0
Usage
API
Component | Description |
---|---|
v-confirm-edit | Primary Component |
Guide
The v-confirm-edit
component is an intuitive way to capture a model's changes before they are committed. This is useful when you want to prevent accidental changes or to allow the user to cancel their changes.
Pickers
It's easy to integrate pickers into the v-confirm-edit
component. This allows you to provide a more user-friendly experience when selecting dates, times, or colors.