UNPKG

vue-easyrefresh

Version:

Vue component for pull-refresh and push-load.

9 lines (6 loc) 207 B
import BallPulseFooter from './BallPulseFooter.vue'; // @ts-ignore BallPulseFooter.install = function(Vue) { Vue.component('BallPulseFooter', BallPulseFooter) }; export default BallPulseFooter