版博士V2.0程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 413 B

123456789101112131415
  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