This website works better with JavaScript
Home
Explore
Help
Register
Sign In
web
/
wanda-bm-guide
Watch
17
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Merge branch 'develop' of git.sagacloud.cn:web/wanda-bm-guide into develop
guoxiaohuan
4 years ago
parent
31c4bd8723
646add03d9
commit
dd9b0e014f
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
src/components/Legend/src/legend.vue
+ 1
- 1
src/components/Legend/src/legend.vue
View File
@@ -131,7 +131,7 @@ export default {
props: {
props: {
floors: {
floors: {
default: () => {
default: () => {
-
;
[]
+ []
},
},
type: Array
type: Array
},
},