Open
Description
Vue version
3.5.13
Link to minimal reproduction
Steps to reproduce
You need to start the service and preview it in the browser. Comment out the h3 tags in lifeCycle.vue one by one and observe the results.
What is expected?
When only one h3 tag is left in lifeCycle.vue, its background color will turn pink ( using the style from MyComponent.vue )
What is actually happening?
When the h3 tags in lifeCycle.vue are commented out, leaving only one, the corresponding h3 style will adopt the style declared in MyComponent.vue, rather than the style declared in lifeCycle.vue
System Info
Invalid prop: type check failed for prop "title". Expected String with value "666", got Number with value 666.
at <LifeCycle title=666 >
Any additional comments?
This issue did not occur in the SFC playground, but if the service is started locally, a bug will appear in the browser display.