types: VanComponent should extends Vue (#6148)

This commit is contained in:
neverland
2020-04-27 16:36:30 +08:00
committed by GitHub
parent 5b285a988a
commit afb8a6e546

View File

@@ -1,6 +1,6 @@
import Vue from 'vue';
export class VanComponent {
export class VanComponent extends Vue {
static name: string;
static install(vue: typeof Vue): void;