my-test-intersection-observer
Version:
IntersectionObserver for hippy-vue
10 lines (7 loc) • 338 B
JavaScript
import HippyVueObserver from './src/components/hippy-vue-observer';
export { HippyIntersectionEmitEvent } from './src/components/HippyIntersectionObserver';
const install = function (Vue) {
Vue.component(HippyVueObserver.name, HippyVueObserver);
};
const plugin = { install, HippyVueObserver };
export { plugin as HippyVueObserver };