Closed
Description
Context:
- Vue3
- Vue cli
- "default project"
- (eslint vue3-essential)
- vue ui task serve
Issue:
any v-for
without :key
produces a compilation error "error Elements in iteration expect to have 'v-bind:key' directives" even for simple arrays such as ["string1", "string2"]
.
Note: these arrays themself are each a value of an Object property in my data.
Doc ref:
Metadata
Metadata
Assignees
Labels
No labels