I need to set up global head in Nuxt for my app, which some subpages will overwrite. Those global head needs to contain translated data. I created seoHead.js file with code: I import and use this data in my index.vue and other pages like this: Unfortunately, I am facing Cannot read property ‘$options’ of undefined error. It’s strange for me,