-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
❗ p4-importantPriority 4: this fixes bugs that violate documented behavior, or significantly improves perf.Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.🐞 bugSomething isn't workingSomething isn't workingscope: ssr
Description
Version
3.0.5
Reproduction link
Steps to reproduce
- Wrap a component with defineComponent call using either mixins or extends options
- Attempt to SSR the returned component
- Observe that only a comment is rendered
What is expected?
Components extended with defineComponent should render their markup in SSR builds
What is actually happening?
Components extended with defineComponent are rendering comments instead of their expected markup in SSR builds
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
❗ p4-importantPriority 4: this fixes bugs that violate documented behavior, or significantly improves perf.Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.🐞 bugSomething isn't workingSomething isn't workingscope: ssr