Home

Issue: 1563

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

[issue link]

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
This question is available on Nuxt.js community (#c1394)