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