222
schangxiang@126.com
2025-05-06 cfa1401896d5f7d5e71a6524d6e317a548eae1c7
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'