diff --git a/frontend/src/components/CanteenPublication/index.vue b/frontend/src/components/CanteenPublication/index.vue
index 5f15cc60b..a704b637d 100644
--- a/frontend/src/components/CanteenPublication/index.vue
+++ b/frontend/src/components/CanteenPublication/index.vue
@@ -47,7 +47,7 @@
Où en-sommes nous de notre transition alimentaire ?
-
+
-
+
@@ -22,6 +22,15 @@ export default {
// items is an array of objects containing 'title'
// and one of 'content' or provide a template using the slot
items: Array,
+ openPanelIndex: {
+ type: Number,
+ optional: true,
+ },
+ },
+ data() {
+ return {
+ openPanel: this.openPanelIndex,
+ }
},
}