Answer the question
In order to leave comments, you need to log in
How to combine 2 v-ifs in vuejs?
Hello, there was a need to combine 2 v-if into 1. Here is the code itself:
<img v-if="wall.users.photo" :src=" wall.users.photo " alt="">
<img v-if="wall.pages.photo" :src=" wall.pages.photo " alt="">
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question