Julien Huang

Results 76 comments of Julien Huang

Added the `fallbackTag`|`placeholderTag `and the `fallback`|`placeholder` props + the `fallback` slot (just like ``). There's a `[Vue warn]: Component is missing template or render function.` each time a component fails...

I'm thinking about splitting the component into a server and client version to avoid having the server-side logic (`ssrRender` + `createBuffer` + parts of `vue/serverRenderer` + parts of `@vue/shared`) into...

I think splitting it into .server/.client is a bit cleaner, it would also avoid to include 'vue/server-renderer' in the client bundle. This is a special use case but do we...

@danielroe @pi0 it should be stable now :)

I'm also a bit worried about this, but could'nt find another way to fix it. I hope i didn't miss anything

@danielroe Did the CI failed due to 2 timeout ? Couldn't reproduce it in local