Skip to content

Commit a4126e7

Browse files
committed
Extend type SFCBlock
module?: string | boolean
1 parent b4675bc commit a4126e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flow/compiler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,5 @@ declare type SFCBlock = {
150150
lang?: string;
151151
src?: string;
152152
scoped?: boolean;
153+
module?: string | boolean;
153154
}

0 commit comments

Comments
 (0)