diff --git a/static/index.html b/static/index.html index 09ef50c..23cdb63 100644 --- a/static/index.html +++ b/static/index.html @@ -144,6 +144,7 @@ + diff --git a/static/js/component.boite-accordeon.js b/static/js/component.boite-accordeon.js index 93c1e79..ff1adf7 100644 --- a/static/js/component.boite-accordeon.js +++ b/static/js/component.boite-accordeon.js @@ -1,8 +1,12 @@ Vue.component('boite-accordeon', { // Les paramètres sont là props: ['couleur', 'mutation', 'icone', 'index'], + data () { + return { + showDetail: false + } + }, // La on donne le code source HTML du composant qui peut utiliser des données - template: `