spring
2025-10-11 504deccab9fea895565de9d18a1c7a106e7af86f
1
2
3
4
5
6
7
/// <reference types="vite/client" />
 
declare module "*.vue" {
  import type { DefineComponent } from "vue";
  const component: DefineComponent<{}, {}, any>;
  export default component;
}