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/VSnackbar.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"props": {
3
3
"app": "Respects boundaries of—and will not overlap with—other `app` components like `v-app-bar`, `v-navigation-drawer`, and `v-footer`.",
4
4
"centered": "Positions the snackbar in the center of the screen, (x and y axis).",
5
-
"multiLine": "Gives the snackbar a larger minimum height.",
5
+
"multiLine": "Deprecated, use `min-height` instead. Increases minimum height.",
6
6
"timer": "Display a progress bar that counts down until the snackbar closes. Pass a string to set a custom color, otherwise uses `info`.",
7
7
"timeout": "Time (in milliseconds) to wait until snackbar is automatically hidden. Use `-1` to keep open indefinitely (`0` in version < 2.3 ). It is recommended for this number to be between `4000` and `10000`. Changes to this property will reset the timeout.",
8
8
"vertical": "Stacks snackbar content on top of the actions (button)."
Copy file name to clipboardExpand all lines: packages/docs/src/pages/en/components/vertical-steppers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The `v-stepper-vertical` is the vertical variant of the [v-stepper](/components/
64
64
65
65
Non-linear stepper allow the user to navigate freely – skip to a desired section without forcing clicks on the action buttons within, provided **editable** prop is also present. When combined with `:mandatory="false"`, allowes to collapse the section as well.
0 commit comments