0
Hello, I have a simple list in which I do not use v-for. I wonder if it is possible to identify the list item through the #ref in Vue.js; I usually identify my components with name and Id, but I am using a third party component which I do not have access to these properties. I need to get the index of the list item and I would like to know how to do this by the ref.
Grateful