You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/api-generator/src/locale/en/VList.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
"disabled": "Puts all children inputs into a disabled state.",
7
7
"filterable": "**FOR INTERNAL USE ONLY** Prevents list item selection using [space] key and pass it back to the text input. Used internally for VAutocomplete and VCombobox.",
8
8
"inactive": "If set, the list tile will not be rendered as a link even if it has to/href prop or @click handler.",
9
-
"itemsRegistration": "When set to 'props', skips rendering collpased items/nodes (for significant performance gains).",
9
+
"itemsRegistration": "When set to 'props', skips rendering collapsed items/nodes (for significant performance gains).",
10
10
"lines": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers.",
11
11
"link": "Applies `v-list-item` hover styles. Useful when using the item is an _activator_.",
12
12
"nav": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**.",
0 commit comments