Skip to content

Commit 9510fc0

Browse files
committed
update sfc type
1 parent 993a804 commit 9510fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/typescript/sfc.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
declare module '*.vue' {
2-
import { defineComponent } from 'vue';
3-
const component: ReturnType<typeof defineComponent>;
2+
import { DefineComponent } from 'vue';
3+
const component: DefineComponent<{}, {}, any>;
44
export default component;
55
}

0 commit comments

Comments
 (0)