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