Replies: 1 comment 2 replies
-
this might work:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
<div v-for="A in AnArrayOfObjects" v-if="A.name=='myname'">{{A}}</div>
v-if is failing within v-for
A is 'undefined'
Used to work with Vue2.0
Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions