Subscribe on changes!
vue2中需要实现v-memo这样的指令,但是缺少相关api来阻止render
:sparkles: feature request
supuwoerc
Feb 14th 2023
What problem does this feature solve?
vue2需要手动的对一些第三方组件的re-render做阻止,但是缺少这个方法来阻止一个组件的update
What does the proposed API look like?
需要类似vue3里面v-memo指令的实现
GitHub
Track