Why this matters
Vue automatically escapes dynamic content bound using `{{ }}` syntax to prevent Cross-Site Scripting (XSS) attacks. Using `v-html` renders raw HTML, potentially executing malicious scripts if the content originates from untrusted user input. Disabling this safety feature creates a significant security vulnerability.