mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-21 13:59:15 +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
|
||||
v-model:current-rate="currentRate"
|
||||
:rate="rate"
|
||||
:text="Left"
|
||||
text="Left"
|
||||
start-position="left"
|
||||
/>
|
||||
<van-circle
|
||||
|
@ -152,7 +152,7 @@ export default {
|
||||
<van-circle
|
||||
v-model:current-rate="currentRate"
|
||||
:rate="rate"
|
||||
:text="左侧"
|
||||
text="左侧"
|
||||
start-position="left"
|
||||
/>
|
||||
<van-circle
|
||||
|
Loading…
x
Reference in New Issue
Block a user