The image showing the blue squiggly lines indicates an error in my footer component in VueJs (TypeScript template).
This issue came up in my Vue project, using typescript template. To solve the problem above, go to the tsconfig.json file, under the compilerOptions object-property, add:
"allowJs": true