In this post, we will see how to resolve vuejs – why “this.$refs.variable” gives undefined, but when I use the value of the “variable” it works Question: I’m a bit new with vue.js but still…I don’t understand the behavior. Could ...
Question: I have a weird case where I have a list of refs of form elements including buttons, different kinds of inputs, etc. I have then created a summary of errors which when clicked on automatically focuses thus also scrolls ...
Question: I’m Building a tree-like structure in vue. I tried to do this with the data function but in that case, all the elements in the same level of the tree getting these classes although I just want clicked element ...