Rom

Results 732 comments of Rom

I see. Maybe manipulating the DOM in `onRenderClient()` before rendering the new page could be an option :thinking:

I see. I guess it‘s a Vue design flaw, that it doesn’t provide that information without SSR.

I ain’t that familiar with Vue but sounds good to me. @pdanpdan WDYT?

@pdanpdan Merged and released in `0.7.1`. I believe we addressed all your concerns — looking forward to see its usage in the wild :eyes:

@pdanpdan Thanks for the feedback. > * now the default HTML has an extra element most people don't need, and that does not fit the needs of most people that...

Regarding the issues with injecting scripts, I suggest this: ```js // pages/admin/+config.js export default { bodyHtmlEnd: { reloadPage: true, // Should only apply to admin pages value: '' } }...

I see. It's on the radar to improve the DX around the legacy plugin: https://github.com/vikejs/vike/discussions/1607#discussioncomment-9184789. I'll then also have a look at this. In the meantime, is not using `renderModernChunks:...

What is it you're trying to achieve? It isn't clear to me what should happen with that configuration. Because the main purpose of the `guard()` hook is to protect unauthorized...

Correct me if I'm wrong, but I don't think what you want makes sense. Because the very first page the user visits triggers an SSR rendering and you'll need to...

Indeed, that makes sense. Re-opening.