-
Notifications
You must be signed in to change notification settings - Fork 246
Closed
Description
I am opening a new issue, since #381 is closed, but I am still finding that there is a problem.
Nuxt version
2.10.2
Vue-meta version
2.3.1
Reproduction link
https://github.com/simonbrent/nuxt-vue-meta-bug
Steps to reproduce
$ git@github.com:simonbrent/nuxt-vue-meta-bug.git
$ cd nuxt-vue-meta-bug
$ npm install
$ npx nuxt
- Open the site in Chrome, with dev tools open to the navigation tab
- Click on the link to "foo" - see that "head-script.js" is downloaded
- Click on the link to "index"
- Click on the link to "foo" - see that "head-script.js" is downloaded again
What is expected?
"head-script.js" is downloaded once, the first time you navigate to /foo
What is actually happening?
"head-script.js" is downloaded every time you navigate to /foo
snapwich, commitshappen, alex-gusto, bengineer19, thomasleveil and 3 more