-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed as not planned
Labels
✨ feature requestNew feature or requestNew feature or request
Description
What problem does this feature solve?
The default behavior inheritAttrs: true
is almost never the desired case for encapsulating components, I have to set inheritAttrs: false
for pretty much all components that I write in real projects. I understand making inheritAttrs: false
the default would be a huge breaking change: vuejs/rfcs#26, but at least provide an option to set inheritAttrs: false
globally for all components.
What does the proposed API look like?
app.config.inheritAttrs = false
baiwusanyu-c and x80819091x80819091
Metadata
Metadata
Assignees
Labels
✨ feature requestNew feature or requestNew feature or request