first commit

This commit is contained in:
root
2026-04-08 17:52:38 +08:00
commit 70a2ca66f3
12436 changed files with 1921163 additions and 0 deletions
@@ -0,0 +1,14 @@
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
const require_index = require('./src/index.js');
//#region ../../packages/components/infinite-scroll/index.ts
const _InfiniteScroll = require_index.default;
_InfiniteScroll.install = (app) => {
app.directive("InfiniteScroll", _InfiniteScroll);
};
const ElInfiniteScroll = _InfiniteScroll;
//#endregion
exports.ElInfiniteScroll = ElInfiniteScroll;
exports.default = _InfiniteScroll;
//# sourceMappingURL=index.js.map