static import works from nuxt.config.js but not from component

Advertisements I have a vanilla js jsencrypt package which i needed to use in my nuxt application, the package itself works fine when imported from Nuxt.config.js but i run into issues when imported using the head object from component, let me show you my code nuxt.config.js //this works head: { title: ‘App’, htmlAttrs: { lang:… Read More static import works from nuxt.config.js but not from component