Replies: 1 comment
-
For information my problem got magically resolved by updating Nuxt to 3.10.0. I keep this question open as I think it may be interesting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We started using a library Foo in ou Nuxt project, it provides various components with props and these are CamelCase only (otherwile ignored).
Is it possible to add an exception (let's say similar to
vue-disable vue/attribute-hyphenation
) at the top of the file or in a config file so theses files don't get their props converted by Volar to kebab-case, while the rest of the project isn't affected?Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions