Closed this issue 8 years ago · 2 comments
I think the componentWillReceiveProps transfrom result was wrong I think it can be transfrom to this:
componentWillReceiveProps
watch: { $props: { deep: true, handler(nextProps={}) { //xxx } } }
You are right
#17 should fix it.