“sténographie en V-Bind” Réponses codées

sténographie en V-Bind

<!-- full syntax -->
<a v-bind:href="url"> ... </a>

<!-- shorthand -->
<a :href="url"> ... </a>

<!-- shorthand with dynamic argument (2.6.0+) -->
<a :[key]="url"> ... </a>
Thankful Tarantula

en V

<div v-bind:class="{ active: isActive }"></div>
The above syntax means the presence of the active class will be determined by the truthiness of the data property isActive.
Awesome

Réponses similaires à “sténographie en V-Bind”

Questions similaires à “sténographie en V-Bind”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code