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
What actually happened? Please include the actual, raw output from ESLint.
h1 became H1
Notes
I guess it makes sense on some level, but in my use-case it doesn't. It should be possible to deactivate this behavior.
The text was updated successfully, but these errors were encountered:
maoberlehner
changed the title
vue/component-name-in-template-casing transforms regular HTML tags if they have multiline properties
vue/component-name-in-template-casing transforms regular HTML tags if they have :is property
Nov 9, 2018
Tell us about your environment
macOS, Vue CLI
Please show your full configuration:
What did you do? Please include the actual source code causing the issue.
becomes (
h1
vsH1
)What did you expect to happen?
Nothing.
What actually happened? Please include the actual, raw output from ESLint.
h1
becameH1
Notes
I guess it makes sense on some level, but in my use-case it doesn't. It should be possible to deactivate this behavior.
The text was updated successfully, but these errors were encountered: