Skip to content

v2.7.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 29 Jun 04:00
· 833 commits to dev since this release

New Features

  • When resolving async components, will now automatically resolve the default export if the component module is an ES module. This is primarily for compatibility with vue-loader@^13.0.0.

Fixed

  • #1519 fix beforeRouteUpdate not having corresponding option merge strategy (@posva via #1521)