Posts by user145335 • 1 point
1 post
-
0
votes1
answer227
viewsQ: Vuejs - v-if and v-Else chained
Good afternoon, everyone, I have the following html: <template> <div v-if="!visibleForm" style="min-height: 793px;"> // conteúdo .... </div> <div v-else-if="visibleForm">…