Flo Edelmann

Results 458 comments of Flo Edelmann

A PR which adds support for Pinia's methods along with test cases would be appreciated :slightly_smiling_face:

> but actually it should not Why shouldn't it? > If I add keys to the text field and the helper text. ESLint won't complain, but there's warning in console...

Vue Class Component is no longer actively maintained and not recommended for Vue 3: https://class-component.vuejs.org/ > This library is no longer actively maintained. It is no longer recommend to use...

Is this still an issue? Also note that there is the [`vue/no-reserved-component-names`](https://eslint.vuejs.org/rules/no-reserved-component-names.html) rule that disallows component names used as HTML element names.

Vue Class Component is no longer actively maintained and not recommended for Vue 3: https://class-component.vuejs.org/ > This library is no longer actively maintained. It is no longer recommend to use...

Another repository to reproduce this issue was provided in #2141: https://github.com/teleskop150750/vue-no-shadow

In Vue 3.3, you can now use `defineOptions` in `` and avoid this issue altogether, see https://blog.vuejs.org/posts/vue-3-3#defineoptions and https://vuejs.org/api/sfc-script-setup.html#defineoptions.

Vue Class Component is no longer actively maintained and not recommended for Vue 3: https://class-component.vuejs.org/ > This library is no longer actively maintained. It is no longer recommend to use...

Vue Class Component is no longer actively maintained and not recommended for Vue 3: https://class-component.vuejs.org/ > This library is no longer actively maintained. It is no longer recommend to use...

This should now be possible with the [`vue/padding-line-between-tags`](https://eslint.vuejs.org/rules/padding-line-between-tags.html) rule (added in #1966).