Home

Issue: 611

head() gets called twice?

[issue link]

Is it correct that the head() gets called twice?

head () { console.log('head')

mounted () { console.log('mounted')

Result:

head
mounted
head

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