Detect id of a DOM element?

-1

I'm developing an application in VueJS / Quasar and need to find the id of a given element using getElementById , how do I do this in VueJS ??

    
asked by anonymous 30.08.2017 / 19:15

1 answer

1

In vue.js if you use v-for you can use the index property.

    
30.08.2017 / 19:28