Skip to content

Commit

Permalink
docs: update links to Vue docs (#18595)
Browse files Browse the repository at this point in the history
  • Loading branch information
SholomAber authored Nov 5, 2023
1 parent 8e22e3d commit 916471a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api-generator/src/locale/en/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"height": "Sets the height for the component.",
"hideNoData": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open.",
"hideOnLeave": "Hides the leaving element (no exit animation).",
"group": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/v2/api/#transition-group).",
"group": "Creates a `transition-group` component. You can find more information in the [vue docs](https://vuejs.org/api/built-in-components.html#transitiongroup).",
"icon": "Apply a specific icon using the [v-icon](/components/icons/) component.",
"image": "Apply a specific image using [v-img](/components/images/).",
"items": "An array of strings or objects used for automatically generating children components.",
Expand All @@ -31,7 +31,7 @@
"menu": "Renders with the menu open by default.",
"menuIcon": "Sets the the spin icon.",
"messages": "Displays a list of messages or a single message if using a string.",
"mode": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",
"mode": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/api/built-in-components.html#transition).",
"modelModifiers": "**FOR INTERNAL USE ONLY**",
"modelValue": "The v-model value of the component. If component supports the **multiple** prop, this defaults to an empty array.",
"name": "Sets the component's name attribute.",
Expand Down

0 comments on commit 916471a

Please sign in to comment.