You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we place any attribute ( prop or normal html attribute) that ends with & like in example bellow then eslint complains in next line about errors that not exist. See What actually happened?
When i add any letter after ampersand or escape it manually it working fine. See What did you expect to happen?
Tell us about your environment
Please show your full configuration:
Clean Vue project with 1 additional rule
What did you do?
When we place any attribute ( prop or normal html attribute) that ends with
&
like in example bellow then eslint complains in next line about errors that not exist. SeeWhat actually happened?
When i add any letter after ampersand or escape it manually it working fine. See
What did you expect to happen?
<some-component separator="&" any-attribute="Vue logo" class="anything" />
What did you expect to happen?

What actually happened?

Repository to reproduce this issue
https://codesandbox.io/s/vigilant-chihiro-e3s7xz?file=/src/App.vue
The text was updated successfully, but these errors were encountered: