Files
sgxt_web/src/utils/directive.js

5 lines
170 B
JavaScript
Raw Normal View History

2025-04-15 14:38:12 +08:00
import elTableInfiniteScroll from 'el-table-infinite-scroll';
export default function directive(app) {
app.directive('elTableInfiniteScroll', elTableInfiniteScroll);
}