Skip to content

v2.0.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 30 Jun 20:33
· 65 commits to master since this release

Breaking Changes

  • store.state.route is now immutable. Do not attempt to trigger navigations by mutating this object - just call $router.go() instead.