Draft: Text html in components
Addressing errors triggered by html code directly included in the text json files using v-html in the template. It's better to move the html into the component to format the text and prevent XSS attack.
Maintenance scheduled for Tuesday, December 23, from 5 PM to 7 PM ET.
Addressing errors triggered by html code directly included in the text json files using v-html in the template. It's better to move the html into the component to format the text and prevent XSS attack.