UNPKG

vue-easyrefresh

Version:

Vue component for pull-refresh and push-load.

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