This website works better with JavaScript
Home
Explore
Help
Sign In
tigerphp
/
stagfe
Watch
4
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
meeting panel
Flavionel
5 years ago
parent
3ac0c5d387
commit
cef35f46fc
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
resources/js/components/pages/MeetingsAppRoot.vue
+ 1
- 1
resources/js/components/pages/MeetingsAppRoot.vue
View File
@@ -29,7 +29,7 @@
export default {
data(){
return {
- active_panel: [0]
+ active_panel: [0
,1,2
]
}
}
}