huminmin
13 小时以前 b25e11bb1e76255b4c05e10022e1ca9be5c7cc99
src/env.d.ts
对比新文件
@@ -0,0 +1,11 @@
/// <reference types="vite/client" />
/// <reference types="@dcloudio/types" />
declare module '*.vue' {
  import { DefineComponent } from 'vue'
  // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
  const component: DefineComponent<{}, {}, any>
  export default component
}
declare module "uview-plus";
declare module 'mqtt/dist/mqtt';