updated autoplay and wrote tests
This commit is contained in:
parent
3e6d635650
commit
bfc11079e2
3 changed files with 49 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="prefixCls" v-bind:style="styles">{{width}}<slot></slot></div>
|
||||
<div :class="prefixCls" v-bind:style="styles"><slot></slot></div>
|
||||
</template>
|
||||
<script>
|
||||
const prefixCls = 'ivu-carousel-item';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue