xwt
2025-09-25 67d42a761ea34624cfb2de3cbb38f37a319d2631
1
2
3
4
5
6
7
import Vue from 'vue';
 
export class VanComponent extends Vue {
  static name: string;
 
  static install(vue: typeof Vue): void;
}