0👍
Currently, neither official Vue.js or flow-typed has official Flowtype definitions for Vue.js.
So, it looks like the following line is a quick fix:
declare var Vue:any
Source:stackexchange.com
0👍
Currently, neither official Vue.js or flow-typed has official Flowtype definitions for Vue.js.
So, it looks like the following line is a quick fix:
declare var Vue:any