balm-scroll
Advanced tools
Changelog
0.6.0 (2020.02.19)
Changelog
0.5.2 (2019.10.22)
pullUp
and pullDown
actions
pullDownAction(refresh: Function)
pullUpAction(refresh: Function)
<ui-scroll ref="iScroll" :pullUpAction="pullUpAction"></ui-scroll>
export default {
methods: {
firstLoaded() {
// Update here your DOM
this.$refs.iScroll.refresh();
},
pullUpAction(refresh) {
// Update here your DOM
setTimeout(function() {
refresh();
}, 0);
}
}
};
refreshTimeout
Changelog
0.5.1 (2019.10.21)
debug
: boolean
prop for developmentpullUpLabel
watch statusChangelog
0.5.0 (2019.08.13)
scrollEnabled
: boolean
prop for load more data controlsChangelog
0.4.0 (2019.07.18)
excludes
: array
proptransition
style bugtouchmove
event bug