scoped css in self-nested component does not really "scoped".
Version
3.0.11
Reproduction link
Steps to reproduce
- set self-nested compoent in it's default slot.
- parent style effect to it's instance in the slot.
What is expected?
self-nested component in the slot should not disturbed by it's parent by default.
What is actually happening?
self-nested component in the slot effected by it's parent style.
I'm writing a visual component toolbox, in which the container component is a self nested component.