UNPKG

vue-easyrefresh

Version:

Vue component for pull-refresh and push-load.

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