Flo Edelmann
Flo Edelmann
`slot` is indeed a valid HTML element: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/slot But I agree that it should rather be in the "component" category, since it has a special meaning in Vue. PR welcome!
Actually, the same applies to `template`: It is both a HTML element and a Vue special "component". See also #2202.
`defineNuxtComponent` is not yet supported. We might add this for v10, see #2166.
Please watch your tone, this is an open-source repository and we all work in our spare time on triaging, commenting, reviewing and coding. Limiting rules to only `.vue` files with...
I think it's fine if the value of `v-bind` is an object literal that contains a `key` item.
FYI: This is now generally available: https://github.blog/changelog/2023-12-06-updates-to-repository-pages/
FYI: This is now generally available: https://github.blog/changelog/2023-12-06-updates-to-repository-pages/
Currently, things that are highlighted in an overlay are also editable, and this should not be possible for entrances in the shop overlay. Adding another set of highlighted elements that...
Yesterday, I checked it in the app manually and everything seemed to work fine. But I didn't run the tests. Now I did and the unit tests all pass, but...
YamlKt is now also used (instead of YamlBeans) to generate the country metadata files, which works fine if the strings are always quoted. Otherwise, it splits e.g. `Tesla, Inc.` into...