Skip to content

Commit

Permalink
docs(VConfirmEdit): add installation and min required version content
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 11, 2024
1 parent 4be69d5 commit 21241e1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/docs/src/pages/en/components/confirm-edit.md
Expand Up @@ -23,6 +23,26 @@ The `v-confirm-edit` component is used to allow the user to verify their changes

<PageFeatures />

::: warning

This feature requires [v3.4.0](/getting-started/release-notes/?version=v3.4.0)

:::

## Installation

Labs components require a manual import and installation of the component.

```js { resource="src/plugins/vuetify.js" }
import { VConfirmEdit } from 'vuetify/labs/VConfirmEdit'

export default createVuetify({
components: {
VConfirmEdit,
},
})
```

## Usage

<ExamplesUsage name="v-confirm-edit" />
Expand Down

0 comments on commit 21241e1

Please sign in to comment.