template with v-for and index does not recognise :key="index" #3139
Labels
duplicate
This issue or pull request already exists
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
Doing something like this
results in
'index' is declared but its value is never read.ts(6133)
and there is no IntelliSense on:key="index"
.Vue 3.2.47, Volar 1.6.4
The text was updated successfully, but these errors were encountered: