码迷,mamicode.com
首页 > 其他好文 > 详细

vue中引入swiper

时间:2017-04-25 11:38:11      阅读:612      评论:0      收藏:0      [点我收藏+]

标签:play   cti   ati   vertica   nic   for   ons   from   oop   

import { swiper, swiperSlide } from ‘vue-awesome-swiper‘
data () {
return {
swiperOption: {
height: 160,
speed: 2000,
autoplay: 3000,
direction: ‘vertical‘,
autoHeight: true,
loop: true
}
}
},
swiper(:options=‘swiperOption‘ v-loading=‘loading‘ element-loading-text=‘数据加载中,请稍候...‘)
swiper-slide(v-for=‘rows in recs‘)
ul
li(v-for=‘item in rows‘)
a(:href=‘item.profileUrl‘ target=‘_blank‘)
img(:src=‘item.icon‘)
span.item
h3 {{item.nick}}
p.desc {{item.desc}}
p.statis
span 粉丝量:{{item.fans >= 1000000 ? Math.floor(item.fans / 10000) + ‘万‘ : item.fans}}
span 上周播放量:{{item.plays}}次

vue中引入swiper

标签:play   cti   ati   vertica   nic   for   ons   from   oop   

原文地址:http://www.cnblogs.com/cina33blogs/p/6760820.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!