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