Skip to content
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

repeat.for attribute is not recognised #1

Open
1 of 4 tasks
denofevil opened this issue Aug 22, 2016 · 1 comment
Open
1 of 4 tasks

repeat.for attribute is not recognised #1

denofevil opened this issue Aug 22, 2016 · 1 comment

Comments

@denofevil
Copy link
Owner

denofevil commented Aug 22, 2016

  • recognise repeat.for attribute
  • code insight for variable declared in for
  • code insight for [key,value] declared in for
  • code insight for collection

Code sample:

<template>
  <ul>
    <li repeat.for="todo of todos">
    </li>
  </ul>
</template>
@rquast
Copy link

rquast commented Nov 7, 2016

And virtual-repeat.for too.

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

No branches or pull requests

2 participants