skyblued hace 2 años
padre
commit
5636900c0f
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/vite-env.d.ts

+ 5 - 0
src/vite-env.d.ts

@@ -1 +1,6 @@
 /// <reference types="vite/client" />
+declare module '*.vue' {
+    import type { DefineComponent } from 'vue'
+    const component: DefineComponent<{}, {}, any>
+    export default component
+  }