mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
types: fix plugin install #7056
This commit is contained in:
6
types/component.d.ts
vendored
6
types/component.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
import Vue from 'vue';
|
||||
import { App } from 'vue';
|
||||
|
||||
export class VanComponent extends Vue {
|
||||
export class VanComponent {
|
||||
static name: string;
|
||||
|
||||
static install(vue: typeof Vue): void;
|
||||
static install: (app: App) => any;
|
||||
}
|
||||
|
Reference in New Issue
Block a user