Affichage conditionnel d'un composant #281
Closed
anistouati
announced in
Annonces
Replies: 1 comment
|
Le nom de composant ne doit pas contenir de point. Le point est réservé pour une utilisation avec les groupes ex. NomGroupe. NomChamp. |
0 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.
Bonjour,
Je n'arrive pas a trouver la syntaxe pour utiliser un v-if quand le nom de composant contient un point "."
Ca fonctionne bien quand le nom est un mot, ou quand c'est un mot avec un underscode "_"
Exemple :
v-if: val('calendrier.combien_personne') === 'AUCUNE'All reactions