gaoluyang
2026-09-08 a4c5c3a4da2be3e9151de6ca6e919e7c749cec67
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';