Skip to content

v-bind:key in template tag is not possible #447

@Lukino2000

Description

@Lukino2000

as per Link in template tag key bind is not possible but eslint-plugin-vue tells me that is required. .vue file compiles and works correctly

Error: Custom elements in iteration require 'v-bind:key' directives

<template v-for="f in filtered">
<div>...</div>
</template>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions