mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-21 22:09:16 +08:00
docs(Circle): usage error (#12095)
* docs(Circle): usage error * docs(Circle): using demo is wrong(:text="Left") --------- Co-authored-by: IceyWu <kui.wu@boran-tech.com>
This commit is contained in:
parent
44f2e30edb
commit
7e623b0921
@ -140,7 +140,7 @@ export default {
|
|||||||
<van-circle
|
<van-circle
|
||||||
v-model:current-rate="currentRate"
|
v-model:current-rate="currentRate"
|
||||||
:rate="rate"
|
:rate="rate"
|
||||||
:text="Left"
|
text="Left"
|
||||||
start-position="left"
|
start-position="left"
|
||||||
/>
|
/>
|
||||||
<van-circle
|
<van-circle
|
||||||
|
@ -152,7 +152,7 @@ export default {
|
|||||||
<van-circle
|
<van-circle
|
||||||
v-model:current-rate="currentRate"
|
v-model:current-rate="currentRate"
|
||||||
:rate="rate"
|
:rate="rate"
|
||||||
:text="左侧"
|
text="左侧"
|
||||||
start-position="left"
|
start-position="left"
|
||||||
/>
|
/>
|
||||||
<van-circle
|
<van-circle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user