mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
refactor(view) showImage: assign -> spread
This commit is contained in:
parent
cf4a273e83
commit
cb0494d2dc
4 changed files with 14 additions and 4 deletions
3
.babelrc
3
.babelrc
|
|
@ -3,7 +3,8 @@
|
|||
"env"
|
||||
],
|
||||
"plugins": [
|
||||
"transform-object-assign"
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue