-
-
Notifications
You must be signed in to change notification settings - Fork 668
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/require-toggle-inside-transition
false negative with whitespace before the element
#2290
Comments
vue/require-toggle-inside-transition
false negative with whitespace before the element
Sounds like a bug, thanks for reporting! |
Thank you for the changes made. I have three concerns:
Update: ReUpdate:
no error is issued. While this may not be a significant issue because Vue.js shows an overlay in such cases, it still raised a slight concern for me. |
I started getting a lot of errors as I use the
Which, IMO, should not be an error I also think that lack of v-show or v-if with
|
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen?
It should show a red wavy warning of vue/require-toggle-inside-transition on the VSCode because there is no v-if of v-show.
What actually happened?
It doesn't show any red wavy warnings if there are spaces or line breaks before the element.
Repository to reproduce this issue
https://github.com/yoshi-pi/bug-report-vue-require-toggle-inside-transition
The text was updated successfully, but these errors were encountered: