mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
types: VanComponent should extends Vue (#6148)
This commit is contained in:
2
types/component.d.ts
vendored
2
types/component.d.ts
vendored
@@ -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