刘嘉威
2022-10-25 50cd9f6356fdf511908c33e9a085ae7a54501082
1
2
3
4
5
declare module "*.vue" {
  import { defineComponent } from "vue";
  const Component: ReturnType<typeof defineComponent>;
  export default Component;
}