### Version 3.0.0-rc.4 ### Reproduction link [https://codesandbox.io/s/hungry-mendeleev-dfiy9](https://codesandbox.io/s/hungry-mendeleev-dfiy9) ### Steps to reproduce 1) Open https://codesandbox.io/s/hungry-mendeleev-dfiy9 2) Press count button ### What is expected? It should correctly increase count value to 3 and so on. Works on vue2. ### What is actually happening? Now it sets the whole wrapper object to that number, instead of the property. --- Wrapping hello component in a div works as a workaround. <!-- generated by vue-issues. DO NOT REMOVE -->