From 7ed18931ca36783eca9c47f7743ed1d75d95799b Mon Sep 17 00:00:00 2001 From: John Leider Date: Wed, 5 Apr 2023 11:03:38 -0500 Subject: [PATCH] chore(v-progress-linear.json): add missing documentation descriptions --- .../api-generator/src/locale/en/v-progress-linear.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/api-generator/src/locale/en/v-progress-linear.json b/packages/api-generator/src/locale/en/v-progress-linear.json index 96317e5f187..05819dcfb58 100644 --- a/packages/api-generator/src/locale/en/v-progress-linear.json +++ b/packages/api-generator/src/locale/en/v-progress-linear.json @@ -10,10 +10,9 @@ "stream": "An alternative style for portraying loading that works in tandem with **buffer-value**", "striped": "Adds a stripe background to the filled portion of the progress component", "top": "Aligns the content towards the top", - "clickable": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-progress-linear.json))", - "height": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-progress-linear.json))", - "max": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-progress-linear.json))", - "roundedBar": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-progress-linear.json))" + "clickable": "Clicking on the progress track will automatically set the value", + "max": "Sets the maximum value the progress can reach", + "roundedBar": "Applies a border radius to the progress bar" }, "slots": { "default": "Provides the current value of the component"