Skip to content

Commit fc3be6c

Browse files
committed
improvement(flow): add VueConfig to Flow
1 parent 98103d6 commit fc3be6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/options.flow.js

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ declare type NormalizedOptions = {
3636
shouldProxy?: boolean
3737
}
3838

39+
declare type VueConfig = {
40+
errorHandler?: Function
41+
}
42+
3943
declare type SlotValue = Component | string | Array<Component | string>
4044

4145
declare type SlotsObject = { [name: string]: SlotValue }

0 commit comments

Comments
 (0)