-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Description
Version
3.0.0-rc.7
Reproduction link
https://github.com/Kadeluxe/051c3513-84bf-42f9-b3f6-a0d35fc43f9c
Steps to reproduce
- Create any component with prop;
- Put prop in a template to display it;
- Use this component anywhere, specify prop value, add any event to it;
- Run development server, change prop value
What is expected?
HMR works and component gets updated
What is actually happening?
HMR doesn't update component
This is the diff from vue-cli generated project with working reproduction.
Clone it, run serve
and change text
prop value of Test
inside App.vue
. Unless you remove @click
event, HMR won't update Test
component at all.
midrock
Metadata
Metadata
Assignees
Labels
No labels