v2.0.0-rc.3
Pre-release
Pre-release
New
- Expose
meta
on$route
. Note that this only exposes the meta object of the deepest matched route record; to access parent route records' meta it is necessary to iterate through$route.matched
. (@fnlctrl)
Fixed
<router-link>
active class should be applied based on its ownto
prop instead of resolved route (e.g. a redirect destination).