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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;