facebookarchive / ide-flowtype

Flow support for Atom IDE
Other
178 stars 17 forks source link

not working .vue file #7

Closed arszp10 closed 7 years ago

arszp10 commented 7 years ago

for .js file correct working, but .vue file not working this image that for .vue file image in .js file will work image image

wbinnssmith commented 7 years ago

hi @arszp10,

does Flow support these vue component files? We can add the .vue extension as a trigger to launch the package, but from what I can tell Flow does not ordinarily pick up on flow pragmas inside these script tags in the vue component file.

If you can get the commandline Flow to work with a vue project, please send me an example and I'll see what I can do to support it!