yyb
6 天以前 a9561a3189d50f0e33d693b5226ea56adda06a08
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;
}