We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdb814 commit d70ae24Copy full SHA for d70ae24
types/infiniteScroll.d.ts
@@ -1,6 +1,6 @@
1
import { VNodeDirective } from 'vue'
2
3
-export interface ElLoadingDirective extends VNodeDirective {
+export interface ElInfiniteScroll extends VNodeDirective {
4
name: 'infinite-scroll',
5
value: Function
6
-}
+}
0 commit comments