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?
请先登录再写评论。
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
Thanks. Looks like currently the better solution is to use type script :)