Flow type-checking in VUE-files?

Hello guys!

I'm stuck with flow type-checking in ".vue" files. WebStorm just showing message "Types are not supported by current JavaScript version". I have some kind of stupid solution — use Flow as as plugin inside EsLint, but in this way we loose intellisense.

 

Any ideas or suggestions?

0
2 comments

Using Flow in .vue files is not currently supported, please follow https://youtrack.jetbrains.com/issue/WEB-31061 and https://youtrack.jetbrains.com/issue/WEB-27158 for updates

1
Avatar
Permanently deleted user

Thanks. Looks like currently the better solution is to use type script :)

0

Please sign in to leave a comment.