From 916471a1932a5ef15317f216f98e566fdfc1b38b Mon Sep 17 00:00:00 2001 From: Sholom Aber Date: Sat, 4 Nov 2023 19:03:07 -0700 Subject: [PATCH] docs: update links to Vue docs (#18595) --- packages/api-generator/src/locale/en/generic.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/api-generator/src/locale/en/generic.json b/packages/api-generator/src/locale/en/generic.json index ad613f341ff..8f6a154cdd1 100644 --- a/packages/api-generator/src/locale/en/generic.json +++ b/packages/api-generator/src/locale/en/generic.json @@ -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.", @@ -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.",