Use boolean for ssr option

This commit is contained in:
Sebastien Chopin 2017-07-07 15:41:25 +02:00
parent 59d335b696
commit a4c4b88de4
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ export const defaultOptions = {
scrollBehavior: null,
fallback: false
},
ssr: {},
ssr: true,
render: {
bundleRenderer: {},
resourceHints: true,