You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're using webpack, _registeredComponents needs to be filled out with all components used to render a page. Previously vue-loader did this in v15 and it's still planned for v16: vuejs/vue-loader#1887
If a component is defined as an async component like this:
Component resources (js, css) are not included in the result of
renderToString().preloadFiles()
.Here is example: https://github.com/juvirez/test-async-components
It looks like here is the code responsible for this:
vue-bundle-renderer/src/renderer.ts
Lines 160 to 166 in d01cf4e
But in my case
_registeredComponents
is undefined. How can I define this variable for ssrContext?The text was updated successfully, but these errors were encountered: