Skip to content

Commit

Permalink
♻️ Supprime duplication de defi.vue
Browse files Browse the repository at this point in the history
On utilise directement attribueReponse
  • Loading branch information
cprodhomme authored and marouria committed Jul 5, 2024
1 parent 7d4709c commit 9ba68a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/situations/commun/vues/defi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
v-if="composantContenu"
:is="composantContenu"
:question="question"
@reponse="valeur => reponse = valeur"
@reponse="attribueReponse"
/>
</div>
</div>
Expand Down

0 comments on commit 9ba68a4

Please sign in to comment.