⊗jsvuPmCdCG 25 of 72 menu

Conditional Groups in Vue

Sometimes we need to apply a condition to a group of tags at once. In this case, we can combine them with a common parent and apply the condition to it:

<template> <div v-if="isAuth"> <p>+++</p> <p>+++</p> <p>+++</p> </div> </template>

Sometimes we don't want to combine tags with a common parent. In this case, they can be combined with the template tag. This tag combines other tags, but does not get into the final layout. Let's impose a condition on this tag:

<template> <template v-if="isAuth"> <p>+++</p> <p>+++</p> <p>+++</p> </template> </template>

Let's say you have three paragraphs and a button. Make it so that when you click the button, these paragraphs are hidden.

English
AfrikaansAzərbaycanБългарскиবাংলাБеларускаяČeštinaDanskDeutschΕλληνικάEspañolEestiSuomiFrançaisहिन्दीMagyarՀայերենIndonesiaItaliano日本語ქართულიҚазақ한국어КыргызчаLietuviųLatviešuМакедонскиMelayuမြန်မာNederlandsNorskPolskiPortuguêsRomânăРусскийසිංහලSlovenčinaSlovenščinaShqipСрпскиSrpskiSvenskaKiswahiliТоҷикӣไทยTürkmenTürkçeЎзбекOʻzbekTiếng Việt
We use cookies for website operation, analytics, and personalization. Data processing is carried out in accordance with the Privacy Policy.
accept all customize decline