-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.vue file support #55
Comments
Unfortunately it doesn't work on .vue files.. I tried something but it doesn't work well because Flow doesn't support it yet (see: https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Example-Vue.js-project). I'm really sorry about that 😞 The Flow team need to add the support in order to parse them properly to get autocompletion, errors, etc. |
@pichillilorenzo but you can put Javascript auto complete inside Vue extension file? |
@maurovieirareis I have already tried it, but like I said, it doesn't work well 😞 |
@pichillilorenzo It's a shame, some auto completes are going to work out great. |
Is there anyway to make this work inside a .vue file?
The text was updated successfully, but these errors were encountered: