Skip to content

Commit 63816c1

Browse files
committed
fix: remove unnecessary spread
1 parent 56e0392 commit 63816c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ export function createApp () {
7373
}
7474
})
7575

76-
return { ...{ app, router }}
76+
return { app, router }
7777
}

0 commit comments

Comments
 (0)