5 lines
170 B
JavaScript
5 lines
170 B
JavaScript
|
import elTableInfiniteScroll from 'el-table-infinite-scroll';
|
||
|
|
||
|
export default function directive(app) {
|
||
|
app.directive('elTableInfiniteScroll', elTableInfiniteScroll);
|
||
|
}
|