types: fix plugin install #7056
This commit is contained in:
Vendored
+3
-3
@@ -1,7 +1,7 @@
|
||||
import Vue from 'vue';
|
||||
import { App } from 'vue';
|
||||
|
||||
export class VanComponent extends Vue {
|
||||
export class VanComponent {
|
||||
static name: string;
|
||||
|
||||
static install(vue: typeof Vue): void;
|
||||
static install: (app: App) => any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user