Subscribe on changes!

How to resolve interception layer was not triggered if use `this` pointer in constructor.

avatar
Jan 16th 2021

Version

3.0.5

Reproduction link

https://codesandbox.io/s/loving-hooks-g534m?file=/src/App.vue

Steps to reproduce

Click the button.

What is expected?

Render correctly.

What is actually happening?

Not render.


I tested the proxy, and the interception layer was not triggered if use this pointer in constructor.

Is there a resolve method?