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

v-repeat not working with v-component #458

Closed
tim-smart opened this issue Oct 3, 2014 · 1 comment
Closed

v-repeat not working with v-component #458

tim-smart opened this issue Oct 3, 2014 · 1 comment

Comments

@tim-smart
Copy link

On the next branch I tried this:

<div v-repeat="arrayOfStrings" v-component="{{$value}}"></div>

Which failed with a warning in the console about not finding an undefined component.

This does work however:

<template v-repeat="arrayOfStrings">
  <div v-component="{{$value}}"></div>
</template>
@yyx990803
Copy link
Member

Good catch, fixed in 76c4d47

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