Revert "Chore: Update infiniteScroll type (#15787)" (#15793)

This reverts commit d70ae245e6.
pull/15798/head
iamkun 2019-05-30 18:23:24 +08:00 committed by GitHub
parent d70ae245e6
commit 2bf8682a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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