Skip to content

Commit

Permalink
chore(v-progress-linear.json): add missing documentation descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 5, 2023
1 parent a7b1cb3 commit 7ed1893
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/api-generator/src/locale/en/v-progress-linear.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7ed1893

Please sign in to comment.