sgxt_web/src/utils/directive.js
2025-04-15 14:38:12 +08:00

5 lines
170 B
JavaScript

import elTableInfiniteScroll from 'el-table-infinite-scroll';
export default function directive(app) {
app.directive('elTableInfiniteScroll', elTableInfiniteScroll);
}