Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Improve doc text
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Mar 20, 2020
1 parent 05a3208 commit 57243d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The effect of the two ways and the difference in the applicable environment [is
### Swiper component API

```html
<!-- All events/props support camelCase or kebab-case name. -->
<!-- All events/props support camelCase or kebab-case. -->
<swiper
:options="swiperOptionsObject"
:auto-update="true"
Expand All @@ -187,7 +187,7 @@ The effect of the two ways and the difference in the applicable environment [is
@click-slide="handleClickSlide"
/>

<!-- vue-awesome-swiper converts all Swiper events into component/directive events, like: -->
<!-- vue-awesome-swiper converts all Swiper events into component/directive events, e.g.: -->
<swiper
@slide-change-transition-start="onSwiperSlideChangeTransitionStart"
@slideChangeTransitionStart="onSwiperSlideChangeTransitionStart"
Expand Down

0 comments on commit 57243d1

Please sign in to comment.