Scoped style not working in extend component
Vue version
3.2.37
Link to minimal reproduction
Steps to reproduce
Show displayed two texts
What is expected?
Extended component must also be styled.
What is actually happening?
Scoped style does not working in extended component.
System Info
No response
Any additional comments?
It works with vue@2.6.11 https://codesandbox.io/s/objective-flower-3o5h2o?file=/src/App.vue
Because the style was scoped, what happened is that the extends
options allowed the reuse of template markup only.