ustbhuangyi / vue-sell

:rice: Vue.js高仿饿了么外卖App课程源码 http://coding.imooc.com/class/74.html
3.46k stars 1.36k forks source link

ratings 界面 better-scroll 没效果 #26

Closed z775356703 closed 7 years ago

z775356703 commented 7 years ago
import BScroll from 'better-scroll' created() { axios.get('static/data.json').then((res) => { this.ratings = res.data.ratings; this.$nextTick(() => { this.scroll = new BScroll(this.$refs.ratings,{ click:true }) }) }); },