We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import App from '@/App.vue
1 parent aecabf0 commit cb01166Copy full SHA for cb01166
src/vue-shim.d.ts
@@ -0,0 +1,5 @@
1
+declare module '*.vue' {
2
+ import { defineComponent } from 'vue';
3
+ const component: ReturnType<typeof defineComponent>;
4
+ export default component;
5
+}
0 commit comments