Skip to content

Tag: vue.js

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…

TypeError: this.$refs is not a function

So I have a problem with VueJs. I created a “Confirmation Dialogue” and added it to a On-Click-Event on buttons. It worked fine. Now I tried to copy the implementation to add it to another button on a different parent. It says “TypeError: this.$refs.confirmDialogue.show is not a function&#82…

How to display Data from PocketBase to VueJS 3

Good day! How do I display all data from PocketBase to VueJS 3 Still new to Vue, Idk why it displays only one data. Tried using v-for but it causes render errors. Any solutions to this? Thank you. Answer With you are overwriting post, so at the end you have one value. Try like: and then use v-for to show