Skip to content

v0.7.10

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 22 Jan 18:58
· 1461 commits to dev since this release

Fixed

  • #339 fix destroyed hook not called when component is toggled with vue-router override
  • #340 fix v-link error with target="_blank"
  • #342 properly handle history mode fallback in IE9 on initial render with deep URL
  • #343 fix path generation not correctly generating 0
  • #344 fix incorrect child view caching when using keep-alive
  • #347 properly encode URI when generating paths
  • #348 fix activate/data hook call order for subRoutes