2
This commit is contained in:
10
normal-admin/node_modules/element-plus/es/components/infinite-scroll/index.mjs
generated
vendored
Normal file
10
normal-admin/node_modules/element-plus/es/components/infinite-scroll/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user