Skip to content

fix invalid report from template(v-for) > div(v-for) #167

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

Closed
wants to merge 1 commit into from

Conversation

armano2
Copy link
Contributor

@armano2 armano2 commented Aug 24, 2017

@HerringtonDarkholme
Copy link
Member

Consider:

<template v-for="item in items">
  <li v-for="i in notItems" :key="i"></li>
</template>

Should report error.

@armano2 armano2 closed this Aug 25, 2017
@armano2 armano2 deleted the 164-valid-v-for branch August 25, 2017 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nested v-for breaks variable usage detection
2 participants