Commit Graph

2 Commits

Author SHA1 Message Date
Phillip Rak c17d5ce2cb Add `inheritAttrs: false` to edit components
This resolves an issue with Vue 3 fallthrough attributes overwriting props for root-level ancestor components by adding `inheritAttrs: false` to each component in question. Adding `inheritAttrs: false` to the component allows us to specify that fallthrough attributes should not be automatically applied to the root-level element in a component.

Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-10-18 15:30:39 -07:00
Evgeniya Vashkevich 47ff3ddac6
[FEAT] Moved driver pages from Ember (#10557)
* [FEAT] Moved driver pages from Ember
2024-03-26 16:33:15 -07:00