lrj
2025-10-03 bec58fa7fe4fae2deac88200d8d939e12ec8a08f
1
2
3
4
5
declare module '*.vue' {
  import { DefineComponent } from 'vue';
  const component: DefineComponent<{}, {}, any>;
  export default component;
}