소스 검색

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

This reverts commit d70ae245e6594f7abdfa91b8c17919dc864cb701.
iamkun 6 년 전
부모
커밋
2bf8682a82
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      types/infiniteScroll.d.ts

+ 2 - 2
types/infiniteScroll.d.ts

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