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