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 2bf8682 commit 878a7f8Copy full SHA for 878a7f8
types/element-ui.d.ts
@@ -327,8 +327,8 @@ export class Calendar extends ElCalendar {}
327
/** Backtop Component */
328
export class Backtop extends ElBacktop {}
329
330
-/** InfiniteScroll Component */
331
-export class InfiniteScroll extends ElInfiniteScroll {}
+/** InfiniteScroll Directive */
+export const InfiniteScroll: PluginObject<ElInfiniteScroll>;
332
333
/** PageHeader Component */
334
export class PageHeader extends ElPageHeader {}
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