:slotted() not working, when I add global component with define Async Component.
Version
3.0.4
Reproduction link
https://github.com/pgy108103/vue3_vite_issue_sample
Steps to reproduce
Please set isTransitionBug = false
.
You will see that.
What is expected?
:slotted()
can working, when I add global component with defineAsyncComponent
.
What is actually happening?
Style of slot content not applied.
Duplicate of https://github.com/vuejs/vue-next/issues/2892