Version
2.3.2
Reproduction link
http://jsfiddle.net/cdev/g83wrcu9/4/
Steps to reproduce
- Define 2 components with a single prop on each one
 
- Use them in a Vue instance
 
- Pass props with v-bind="$props" to each one of them
 
- Inspect HTML
 
What is expected?
Only props defined in children should be used, the others should be ignored, at least not injected as HTML attributes because they turn markup as invalid
What is actually happening?
Props not defined in child component are injected as attributes and this invalidates HTML markup