Chore: Update infiniteScroll type (#15787)

pull/15793/head
史宽 2019-05-30 17:17:16 +08:00 committed by iamkun
parent bfdb81448f
commit d70ae245e6
1 changed files with 2 additions and 2 deletions

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
}
}