Deep watch oldVal the same as newVal
Version
3.0.11
Reproduction link
https://codesandbox.io/embed/festive-ganguly-pur4d
Steps to reproduce
When typing some word, simple watch is right work, but deep watch is incorrect.
What is expected?
If typing TEST
Simple watch: TEST TES
Deep watch: {keyword: "TEST"} {keyword: "TES"}
What is actually happening?
Simple watch: TEST TES
Deep watch: {keyword: "TEST"} {keyword: "TEST"}