Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 239 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 239 Bytes

vue-jsx-hot-loader-issue

Issue when render depends of a props which is updated in the parent component

Reproduce

$ yarn
$ yarn dev-server

Open http://localhost:9000 and try to update items data from App.vue file.