how to get key, value and index in v-for
I am using v-for to loop through an object, I need to access the key, the value, and the index.
I've seen many ways to access two of them, that's easy, but can't find how to access all three.
I found a workaround but it's horribly messy and pretty unreadab...