Static GitHub Issues

[1563] Vue Meta config is lost when we refresh page in mode:spa

prev: Route with params do not work after refresh
next: Website on production mode doesn't work while re-building

Hi!

When we refresh a page nuxt set vue meta config from nuxt.config.js instead of page or layout.

Version

"nuxt": "^1.0.0-rc8"

Steps to reproduce

nuxt.config.js mode:spa

nuxt.config.js image

pages/index.vue image

Refresh page - index.vue image

Hotreload - Change anything in index.vue and wait hot-reload image

Expected result

Priority of Vue Meta Config when he load the page or refresh page:

  1. Page vue
  2. Layout vue
  3. nuxt.config.js
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1394">#c1394</a>)</em></sub></div>