ZhangXianQiang
2024-03-05 1043219cb007721626edcbcb77c2c6fd7c392ac1
1
2
3
4
5
declare module "*.vue" {
  import { defineComponent } from "vue";
  const Component: ReturnType<typeof defineComponent>;
  export default Component;
}