Skip to content

Commit

Permalink
fix: remove unnecessary spread
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 16, 2018
1 parent 56e0392 commit 63816c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ export function createApp () {
}
})

return { ...{ app, router }}
return { app, router }
}

0 comments on commit 63816c1

Please sign in to comment.