Replies: 1 comment
-
I think it will be useful to provide these two methods. For vue, if these two methods are not needed in the production environment, the upper layer package of vue should be used to control not to pass in the corresponding method |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now @vue/reactivity is an independent package, we can build some responsive framework or library based on it,
During development, we can get responsive information through onTrack and onTrigger, such as which attribute has changed, new value and old value, etc.
But in the production environment, doing so will not take effect. Can the corresponding method be released in the production environment?
Doing so will be helpful for building some libraries that respond precisely to
Beta Was this translation helpful? Give feedback.
All reactions