(key: InjectionKey<T> | symbol | string, value: T)
| 14 | directive(name: string): Directive | undefined |
| 15 | directive(name: string, directive: Directive): this |
| 16 | provide<T>(key: InjectionKey<T> | symbol | string, value: T): this |
| 17 | mount: Vue['$mount'] |
| 18 | unmount: Vue['$destroy'] |
| 19 | } |