Переглянути джерело

Chore: Update infiniteScroll type (#15787)

史宽 6 роки тому
батько
коміт
d70ae245e6
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 ElLoadingDirective extends VNodeDirective {
+export interface ElInfiniteScroll extends VNodeDirective {
   name: 'infinite-scroll',
   value: Function
-}
+}