We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 657b651 commit 9ea8d85Copy full SHA for 9ea8d85
apps/demo-vue/src/vite-env.d.ts
@@ -1 +1,7 @@
1
-/// <reference types="vite/client" />
+// <reference types="vite/client" />
2
+
3
+declare module '*.vue' {
4
+ import type { DefineComponent } from 'vue'
5
+ const component: DefineComponent<{}, {}, any>
6
+ export default component
7
+}
0 commit comments