Skip to content

v2.1.2

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 18 Jan 20:16
· 1046 commits to dev since this release

Fixed

  • #967 fix getAttribute error when the element rendered by <router-link> doesn't have the method (e.g. SVG elements) (@AnthonySendra)
  • #983 respect base in abstract mode (@atinux via #1045)
  • #987 support nested children for aliased paths
    -#1036 fix checking e.button for non-mouse events (@fnlctrl via #1037)
  • #1091 fix active route matching (@posva via #1101)
  • <router-view> now preserves rendered route component when the tree is toggled inactive by <keep-alive>.