mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix: don't set _registeredComponents
This commit is contained in:
parent
4908a963ca
commit
ef4e5443aa
@ -21,8 +21,7 @@ export async function render (url) {
|
|||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
public: {},
|
public: {},
|
||||||
private: {}
|
private: {}
|
||||||
},
|
}
|
||||||
_registeredComponents: []
|
|
||||||
}
|
}
|
||||||
const rendered = await renderer.renderToString(ssrContext)
|
const rendered = await renderer.renderToString(ssrContext)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user