schangxiang@126.com
2025-05-07 0ba838df54d7c44e40da42af0aa975016ddbe0ba
HIAWms/web/env.d.ts
对比新文件
@@ -0,0 +1,9 @@
/// <reference types="vite/client" />
declare module '*.vue' {
  import { DefineComponent } from 'vue'
  const component: DefineComponent<{}, {}, any>
  export default component
}
declare module 'koa-compose'