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.

11 lines
314 B

import InfiniteScroll from './src/index.mjs';
const _InfiniteScroll = InfiniteScroll;
_InfiniteScroll.install = (app) => {
app.directive("InfiniteScroll", _InfiniteScroll);
};
const ElInfiniteScroll = _InfiniteScroll;
export { ElInfiniteScroll, _InfiniteScroll as default };
//# sourceMappingURL=index.mjs.map