Browse Source

meeting panel

Flavionel 5 years ago
parent
commit
cef35f46fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/js/components/pages/MeetingsAppRoot.vue

+ 1 - 1
resources/js/components/pages/MeetingsAppRoot.vue

@@ -29,7 +29,7 @@
 export default {
 export default {
     data(){
     data(){
         return {
         return {
-            active_panel: [0]
+            active_panel: [0,1,2]
         }
         }
     }
     }
 }
 }