types: VanComponent should extends Vue (#6148)
This commit is contained in:
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
import Vue from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export class VanComponent {
|
export class VanComponent extends Vue {
|
||||||
static name: string;
|
static name: string;
|
||||||
|
|
||||||
static install(vue: typeof Vue): void;
|
static install(vue: typeof Vue): void;
|
||||||
|
|||||||
Reference in New Issue
Block a user