mirror of
https://github.com/youzan/vant.git
synced 2026-04-24 01:08:29 +08:00
3b8e446b50
[ bug fix ] fix error when use Vue.use in typescript
7 lines
117 B
TypeScript
7 lines
117 B
TypeScript
import Vue from 'vue'
|
|
|
|
export class VanComponent {
|
|
static name: string;
|
|
static install(vue: typeof Vue): void;
|
|
}
|