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

pages/index.vue

Refresh page - index.vue

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

Expected result
Priority of Vue Meta Config when he load the page or refresh page:
- Page vue
- Layout vue
- nuxt.config.js