-
-
Notifications
You must be signed in to change notification settings - Fork 681
Don't require key with v-for on template tags #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
Thank you for the proposal. You are right, this plugin should catch it. |
mysticatea
added a commit
that referenced
this issue
Jun 22, 2017
mysticatea
added a commit
that referenced
this issue
Jun 22, 2017
mysticatea
added a commit
that referenced
this issue
Jun 27, 2017
mysticatea
added a commit
that referenced
this issue
Jun 27, 2017
michalsnik
pushed a commit
that referenced
this issue
Jun 30, 2017
Fixed in |
armano2
pushed a commit
to armano2/eslint-plugin-vue
that referenced
this issue
Jul 13, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
For it to work.
What actually happened? Please include the actual, raw output from ESLint.
No ESLint error. Vue error:
<template> cannot be keyed. Place the key on real elements instead.
The text was updated successfully, but these errors were encountered: