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

vue BScroll使用

时间:2020-09-18 03:11:56      阅读:27      评论:0      收藏:0      [点我收藏+]

标签:its   imp   列表   scroll   next   alpha   better   efs   new   

子组件中<div class="area" ref="area_scroll" v-if="cityInfo">

 

import BScroll from "better-scroll";

 

methods: {
initScroll() {
this.scroll = new BScroll(this.$refs.area_scroll, {
click: true
});
},

 

父组件列表调用

 <Alphabet :cityInfo="cityInfo" :keys="keys" ref="allcity"/>

this.$nextTick(() => {
this.$refs.allcity.initScroll();
});

vue BScroll使用

标签:its   imp   列表   scroll   next   alpha   better   efs   new   

原文地址:https://www.cnblogs.com/xzhce/p/13679654.html

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