https://github.com/simplesmiler/nuxt-spa-hash-issue
https://github.com/simplesmiler/nuxt-spa-hash-issue
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simplesmiler/nuxt-spa-hash-issue
- Owner: simplesmiler
- Created: 2017-08-26T19:23:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T19:24:01.000Z (almost 9 years ago)
- Last Synced: 2025-02-08T21:29:48.259Z (over 1 year ago)
- Language: Vue
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-spa-hash-issue
## Steps to reproduce
1. Install dependencies with `npm install` or `yarn install`.
2. Run with `npm run dev`.
3. Go to `/#/contacts`, see that page is working.
4. Refresh the page, see the error message `Cannot read property 'layout' of undefined`.