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