Skip to content

Commit

Permalink
fix: don't set _registeredComponents
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 2, 2020
1 parent 0cb0588 commit 89b1958
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/runtime/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export async function render (url) {
runtimeConfig: {
public: {},
private: {}
},
_registeredComponents: []
}
}
const rendered = await renderer.renderToString(ssrContext)

Expand Down

0 comments on commit 89b1958

Please sign in to comment.