Skip to content

v3.0.0-beta.28

Pre-release
Pre-release
Compare
Choose a tag to compare
@Akryum Akryum released this 04 Feb 19:34
3f57cf5

Breaking change

The SSR system has been completely reworked to use the brand new serverPrefetch system from Vue 2.6. This means a few things:

  • The fake instance tree is no more!
  • No vue-apollo specific caveats for SSR anymore.
  • Full compability with SSR-compatible Vue plugins.
  • Using an official public API from Vue means no breaking in future Vue 2.x versions!

Take a look at the updated SSR guide!