Skip to content

Commit

Permalink
wip: more vitepress tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 29, 2020
1 parent 49dac87 commit 76c21ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/index.ts
Expand Up @@ -86,7 +86,7 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
...options,
root: config.root,
isProduction: config.isProduction,
ssr: !!config.build.ssr
ssr: !!(config.build.ssr ?? options.ssr)
}
},

Expand Down

0 comments on commit 76c21ff

Please sign in to comment.