### Version 2.6.11 ### Reproduction link [https://codesandbox.io/s/vue-computed-test-nc9s7?file=/src/App.vue](https://codesandbox.io/s/vue-computed-test-nc9s7?file=/src/App.vue) ### Steps to reproduce Follow the link ### What is expected? The render function shouldn't be called when its dependent computed value isn't changed. ### What is actually happening? Every time the value changes, the component is re-rendered, even if the computed value is not changed. <!-- generated by vue-issues. DO NOT REMOVE -->