Version
2.4.2
Reproduction link
https://www.webpackbin.com/bins/-Ks8plb2Lsqpt8Po3Rxg
Steps to reproduce
Setup a wrapping component which proxies all props to its child using v-bind="$attrs". Then try to pass props using vue-router API.
What is expected?
To have all props from route passed to component.
What is actually happening?
None pass.