Hello, I have a simple list where I do not use v-for. I would like to know if it is possible to identify the list item through #ref in vue.js; I usually identify my components with name and Id, however 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 would like to know how to do it by ref.
Thank you