From 191d254fd53b16bb95b7f7aae3db362692070929 Mon Sep 17 00:00:00 2001 From: Ken Kieu Date: Thu, 9 May 2024 14:14:29 -0700 Subject: [PATCH] Fix error with lint format --- .../docs/src/pages/en/directives/confirm.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/packages/docs/src/pages/en/directives/confirm.md b/packages/docs/src/pages/en/directives/confirm.md index 4f2c7335fd7..28444620a01 100644 --- a/packages/docs/src/pages/en/directives/confirm.md +++ b/packages/docs/src/pages/en/directives/confirm.md @@ -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