-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vue-server-renderer: directive not applied to imported component #10733
Comments
hey guys. i use vue on a daily basis and i would like to contribute. I see here this is a contribution welcome label. (i already forked installed and can run test and build.) |
Component directives are not being render during SSR, this fixes it by passing the directives data to its first imediate child. fix vuejs#10733
Hi, any update on this ? still not working with nuxt 2.14 |
+1 |
I'm rather confused as to why this fix hasn't been implemented as it appears to completely resolve this issue... |
Any update on this? |
What problem does this feature solve?
Currently, SSR directives are not applied to used (sub-)components but only to HTML-tags and elements.
Reproduction
Related: nuxt/nuxt#6575
The text was updated successfully, but these errors were encountered: