UNPKG

vue-easyrefresh

Version:

Vue component for pull-refresh and push-load.

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