Skip to content

v1.0.0-rc9

Pre-release
Pre-release
Compare
Choose a tag to compare
@Atinux Atinux released this 06 Sep 13:35

Features

  • Add context.nuxtState (only on client-side and universal mode), equals to window.__NUXT__, useful for plugins which are using beforeNuxtRender hook

Fix

  • Move back store hydration before plugins execution
  • Fix process.env to have nested keys (20eb5a5)
  • Fix spa mode with head property (1fcf3e6)