Skip to content

Commit

Permalink
Fix error with lint format
Browse files Browse the repository at this point in the history
  • Loading branch information
kieuminhcanh committed May 9, 2024
1 parent 5796410 commit 191d254
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions packages/docs/src/pages/en/directives/confirm.md
Expand Up @@ -29,15 +29,14 @@ The `v-confirm` directive makes it easy to add a confirm to any element in your

## API

| Props | Type |
|--------------------------------------------|-------------------------------------|
| title | String |
| text | String |
| input | String, Boolean |
| inputProps | [v-text-field](/api/v-text-field/) |
| onSubmit | ((value: any) => void) |
| onCancel | (() => number) |

| Props | Type |
|----------------------------------------|-------------------------------------|
| title | String |
| text | String |
| input | String, Boolean |
| inputProps | [v-text-field](/api/v-text-field/) |
| onSubmit | ((value: any) => void) |
| onCancel | (() => number) |

## Guide

Expand Down

0 comments on commit 191d254

Please sign in to comment.