mirror of https://github.com/ElemeFE/element
Loading: add missing definition of directive (#11749)
parent
5c44539de1
commit
f6df39e8c1
|
@ -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. */
|
/** 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
|
service (options: LoadingServiceOptions): ElLoadingComponent
|
||||||
|
|
||||||
|
directive: object
|
||||||
}
|
}
|
||||||
|
|
||||||
declare module 'vue/types/vue' {
|
declare module 'vue/types/vue' {
|
||||||
|
|
Loading…
Reference in New Issue