Skip to content

Tag: html-entities

Use HTML entities in my block in Vue.js

I want to use the HTML-Symbols &#9650 and &#9660 that stand for “arrow up” and “arrow down” in the <script> section of my Vue.js component. I know that something simple as the following doesn’t work. But I tried different functions that I found on the internet and n…