[Vuejs]-How to use flowtype with cdn included objects?

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

Leave a comment