I have disabled javascript from browser Added inner html for noscript tag in nuxt.config.js Expected behavior is it should add iframe element inside body but its rendering text as it. How can we add it as an element?
Vue sanitizes HTML entities in every property. You need to use __dangerouslyDisableSanitizersByTagID or __dangerouslyDisableSanitizers When you add it should work. __dangerouslyDisableSanitizers: ['noscript']