Chore: Update infiniteScroll type (#15787)

This commit is contained in:
史宽
2019-05-30 17:17:16 +08:00
committed by iamkun
parent bfdb81448f
commit d70ae245e6

View File

@@ -1,6 +1,6 @@
import { VNodeDirective } from 'vue'
export interface ElLoadingDirective extends VNodeDirective {
export interface ElInfiniteScroll extends VNodeDirective {
name: 'infinite-scroll',
value: Function
}
}