1 Answer 1

5

Vue sanitizes HTML entities in every property. You need to use __dangerouslyDisableSanitizersByTagID or __dangerouslyDisableSanitizers

When you add it should work.

__dangerouslyDisableSanitizers: ['noscript']
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.