Home

Issue: 1579

When in hash mode, an error occurred on the non-home page refresh

[issue link]

template: nuxt/koa
In nuxt.config.js,router use ‘hash’,

env:dev
env: prod is work fine.

1.Open home page;
2.Click ‘About page’ link to about page;
3.Refresh about page, it report:

vue.runtime.esm.js:475 [Vue warn]: Property or method “name” is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.

This question is available on Nuxt.js community (#c1409)