(name: string)
| 27 | mixin: VueConstructor['mixin'] |
| 28 | component: VueConstructor['component'] |
| 29 | directive(name: string): Directive | undefined |
| 30 | directive(name: string, directive: Directive): this |
| 31 | provide<T>(key: InjectionKey<T> | string, value: T): this |
| 32 | mount: Vue['$mount'] |