mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 23:55:08 +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';
|
||||
|
||||
export class VanComponent {
|
||||
export class VanComponent extends Vue {
|
||||
static name: string;
|
||||
|
||||
static install(vue: typeof Vue): void;
|
||||
|
Reference in New Issue
Block a user