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:
Icey Wu 2023-07-17 10:29:39 +08:00 committed by GitHub
parent 44f2e30edb
commit 7e623b0921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ export default {
<van-circle
v-model:current-rate="currentRate"
:rate="rate"
:text="Left"
text="Left"
start-position="left"
/>
<van-circle

View File

@ -152,7 +152,7 @@ export default {
<van-circle
v-model:current-rate="currentRate"
:rate="rate"
:text="左侧"
text="左侧"
start-position="left"
/>
<van-circle