I want to use the HTML-Symbols ▲ and ▼ 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 nothing worked.
this.$refs["span-1"].textContent = "▲";
innerHTMLinstead oftextContent.