docs: add indeterminate prop doc for progress
Change-Id: I9deb53e977a234dfe4d23869b13ed3d93896b4c5
This commit is contained in:
parent
5fdf103b3f
commit
2d3272b481
@ -24,6 +24,11 @@
|
|||||||
>
|
>
|
||||||
Circular
|
Circular
|
||||||
</veui-checkbox>
|
</veui-checkbox>
|
||||||
|
<veui-checkbox
|
||||||
|
v-model="indeterminate"
|
||||||
|
>
|
||||||
|
Indeterminate
|
||||||
|
</veui-checkbox>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<veui-progress
|
<veui-progress
|
||||||
@ -31,6 +36,7 @@
|
|||||||
:value="value"
|
:value="value"
|
||||||
:desc="desc"
|
:desc="desc"
|
||||||
:autosucceed="autoSucceed"
|
:autosucceed="autoSucceed"
|
||||||
|
:indeterminate="indeterminate"
|
||||||
:decimal-place="1"
|
:decimal-place="1"
|
||||||
:min="0"
|
:min="0"
|
||||||
:max="100"
|
:max="100"
|
||||||
@ -53,7 +59,8 @@ export default {
|
|||||||
type: 'bar',
|
type: 'bar',
|
||||||
value: 66.6,
|
value: 66.6,
|
||||||
desc: true,
|
desc: true,
|
||||||
autoSucceed: true
|
autoSucceed: true,
|
||||||
|
indeterminate: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user