UNPKG

@empathyco/x-components

Version:
25 lines (22 loc) 817 B
import _sfc_main from './base-scroll.vue2.js'; import { openBlock, createElementBlock, renderSlot } from 'vue'; import _export_sfc from '../../_virtual/_plugin-vue_export-helper.js'; function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { return openBlock(), createElementBlock( "div", { ref: "baseScrollEl", class: "x-scroll x-base-scroll", "data-test": "base-scroll", onScroll: _cache[0] || (_cache[0] = (...args) => _ctx.throttledStoreScrollData && _ctx.throttledStoreScrollData(...args)) }, [ renderSlot(_ctx.$slots, "default") ], 544 /* NEED_HYDRATION, NEED_PATCH */ ); } var BaseScroll = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); export { BaseScroll as default }; //# sourceMappingURL=base-scroll.vue.js.map