Skip to content

Commit

Permalink
chore: fix spacing in import
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev committed Apr 22, 2021
1 parent ece0572 commit 9433dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/main.ts
Expand Up @@ -143,7 +143,7 @@ export async function transformMain(
// SSR module registration by wrapping user setup
if (ssr) {
output.push(
`import { useSSRContext as __vite_useSSRContext} from 'vue'`,
`import { useSSRContext as __vite_useSSRContext } from 'vue'`,
`const _sfc_setup = _sfc_main.setup`,
`_sfc_main.setup = (props, ctx) => {`,
` const ssrContext = __vite_useSSRContext()`,
Expand Down

0 comments on commit 9433dcd

Please sign in to comment.