v-html
up:: Vue Directives
Whenever putting out a variable, you can use v-html="variable"
to not escape the code but print out html directly.
Warning
This can lead to XSS scripting vulnerabilities.
Search
Jan 15, 2024
up:: Vue Directives
Whenever putting out a variable, you can use v-html="variable"
to not escape the code but print out html directly.
Warning
This can lead to XSS scripting vulnerabilities.