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
@@ -82,7 +80,7 @@ Use the `status` prop to display the current Progress value above the bar.
82
80
83
81
### Indeterminate
84
82
85
-
When no `v-model` is set or the value is `null`, the Progress becomes _indeterminate_. The progress bar is animated as a `carousel`, but you can change it using the [`animation`](#animation) prop.
83
+
When no `v-model` is set or the value is `null`, the Progress becomes _indeterminate_. The progress bar is animated as a `loading`, but you can change it using the [`animation`](#animation) prop.
86
84
87
85
<divclass="lg:min-h-[160px]">
88
86
<ClientOnly>
@@ -96,7 +94,7 @@ When no `v-model` is set or the value is `null`, the Progress becomes _indetermi
96
94
97
95
### Animation
98
96
99
-
Use the `animation` prop to change the animation of the Progress to an inverse carousel, a swinging bar or an elastic bar. Defaults to `carousel`.
97
+
Use the `animation` prop to change the animation of the Progress to an inverse carousel, a swinging bar or an elastic bar. Defaults to `loading`.
100
98
101
99
<divclass="lg:min-h-[275px]">
102
100
<ClientOnly>
@@ -105,7 +103,7 @@ Use the `animation` prop to change the animation of the Progress to an inverse c
0 commit comments