Skip to content

Commit

Permalink
Loading: add missing definition of directive (#11749)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder authored Jun 26, 2018
1 parent 5c44539 commit f6df39e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/loading.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ export interface ElLoading {

/** If you do not have a specific DOM node to attach the Loading directive, or if you simply prefer not to use Loading as a directive, you can call this service with some configs to open a Loading instance. */
service (options: LoadingServiceOptions): ElLoadingComponent

directive: object
}

declare module 'vue/types/vue' {
Expand Down

0 comments on commit f6df39e

Please sign in to comment.