vant-weapp/types/vue.d.ts
2018-09-19 20:13:40 +08:00

4 lines
68 B
TypeScript

export interface Vue {
$emit(name: string, detail?: any): void;
}