Julien Huang

Results 76 comments of Julien Huang

> > Any workarounds on this? I've tried to use your config @huang-julien but without luck on the rc-4 release. > > `CompilerSsr` in `.output/chunks/server/handlers/renderer.mjs` still points to the mock...

@Hyperblaster yes i've ran into this issue too. I've managed to work around this by compiling the template into render function with compile() from the vue package. Instead of using...

@Hyperblaster I'm an idiot, vue compiler use estree-walker and babel-parser and i forgot to unmock it. nuxt-runtime-compiler and the PR has been updated. There's the updated config, now you should...

I think this PR should be ready now. Also the plugin is ... "a bit more readable". If there's anything to add, please let me know 🙂

Hi ! I did take a look at how next was implementing this this week, I was planning to start working on this this weekend 🙂. Not sure if using...

I'm not much more qualified than you, i believe everyone can make its own contribution to anything 🙂 (especially to nuxt ! 😃 ) The usage of teleport for rendering...

Hey :wave: https://nuxt.com/docs/guide/directory-structure/layouts layouts must have a single root element

Nuxt layouts should only have one root element with transitions, there should be a console warning about that, do you have it ?

Indeed sorry ! :eyes: i'll take a look, seems like something is happening with vnodes. Edit: Can't reproduce it locally on the nuxt repo O_o ...

@danielroe should we provide it as opt-in or integrate it with the new loading API ?