mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
types: VanComponent should extends Vue (#6148)
This commit is contained in:
parent
5b285a988a
commit
afb8a6e546
2
types/component.d.ts
vendored
2
types/component.d.ts
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user