完全跑通1.0版本
This commit is contained in:
15
frontend/node_modules/element-plus/lib/components/infinite-scroll/index.js
generated
vendored
Normal file
15
frontend/node_modules/element-plus/lib/components/infinite-scroll/index.js
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
Object.defineProperties(exports, {
|
||||
__esModule: { value: true },
|
||||
[Symbol.toStringTag]: { value: "Module" }
|
||||
});
|
||||
//#region ../../packages/components/infinite-scroll/index.ts
|
||||
const _InfiniteScroll = require("./src/index.js").default;
|
||||
_InfiniteScroll.install = (app) => {
|
||||
app.directive("InfiniteScroll", _InfiniteScroll);
|
||||
};
|
||||
const ElInfiniteScroll = _InfiniteScroll;
|
||||
//#endregion
|
||||
exports.ElInfiniteScroll = ElInfiniteScroll;
|
||||
exports.default = _InfiniteScroll;
|
||||
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user