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
+3-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
7
7
"link": "Applies `v-list-item` hover styles. Useful when using the item is an _activator_.",
8
8
"nav": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**.",
9
9
"subheader": "Removes the top padding from `v-list-subheader` components. When used as a **String**, renders a subheader for you.",
10
-
"slim": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation."
10
+
"slim": "Reduces horizontal spacing for badges, icons, tooltips, and avatars within slim list items to create a more compact visual representation.",
11
+
"collapseIcon": "Icon to display when the list item is expanded.",
12
+
"expandIcon": "Icon to display when the list item is collapsed."
0 commit comments