Skip to content

Commit fc37448

Browse files
authored
chore(example): update sfc declaration (#126)
1 parent 8f2d7d4 commit fc37448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/sfc.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
declare module "*.vue" {
22
import Vue from 'vue'
3-
export default typeof Vue
3+
export default Vue
44
}

0 commit comments

Comments
 (0)