You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
314 B

3 months ago
  1. import InfiniteScroll from './src/index.mjs';
  2. const _InfiniteScroll = InfiniteScroll;
  3. _InfiniteScroll.install = (app) => {
  4. app.directive("InfiniteScroll", _InfiniteScroll);
  5. };
  6. const ElInfiniteScroll = _InfiniteScroll;
  7. export { ElInfiniteScroll, _InfiniteScroll as default };
  8. //# sourceMappingURL=index.mjs.map