13 lines
266 B
Plaintext
13 lines
266 B
Plaintext
<t-swiper
|
|
current="{{current}}"
|
|
autoplay="{{autoplay}}"
|
|
duration="{{duration}}"
|
|
interval="{{interval}}"
|
|
navigation="{{ { type: 'dots' } }}"
|
|
list="{{swiperList}}"
|
|
bind:click="onTap"
|
|
bind:change="onChange"
|
|
bind:image-load="onImageLoad"
|
|
>
|
|
</t-swiper>
|