Closed
Description
Version
1.0.0-beta.21
Reproduction link
https://github.com/sickp/vue-test-slots
Steps to reproduce
yarn install
yarn test:unit
What is expected?
- named slot "header" to receive 'Hello There'
- default slot to receive 'Content Goes Here'
What is actually happening?
default slot receives 'Hello There'
This worked in 1.0.0-beta.20