What is the equivalent of vue-renderer:ssr:context hook in nuxt3?
In nuxt2, I have used
vue-renderer:ssr:context
to access the renderContext
of a page.
e.g. in ~/modules/someModule.js
I think app:rendered
is the equivalent of generate:done
hook in nuxt3.
What is the equivalent of the hook vue-renderer:ssr:context
, I could use in a nuxt 3 module?
If there is no equivalent hook, what would be the recommended approach to do the same thing?0 Replies