spring
22 小时以前 0358eb6e5308a21172e63be8fe4867deeed1b3ac
1
2
3
4
5
6
7
/// <reference types="vite/client" />
 
declare module "*.vue" {
  import type { DefineComponent } from "vue";
  const component: DefineComponent<{}, {}, any>;
  export default component;
}