Skip to content

v2.0.0-rc.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 11 Aug 06:01
· 1303 commits to dev since this 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 own to prop instead of resolved route (e.g. a redirect destination).