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.

15 lines
413 B

1 month ago
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var index = require('./src/index.js');
  4. const _InfiniteScroll = index["default"];
  5. _InfiniteScroll.install = (app) => {
  6. app.directive("InfiniteScroll", _InfiniteScroll);
  7. };
  8. const ElInfiniteScroll = _InfiniteScroll;
  9. exports.ElInfiniteScroll = ElInfiniteScroll;
  10. exports["default"] = _InfiniteScroll;
  11. //# sourceMappingURL=index.js.map