vuejs / composition-api

Composition API plugin for Vue 2

Home Page:https://composition-api.vuejs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`watch` and `watchEffect` don't avoid unnecessary duplicate invocation as it does in Vue3

leafstark opened this issue · comments

Here is an example:

Vue2
Vue3

Normally, every time you click the button, the number should increase by 1, but it increases by 2 when using @vue/composition-api in Vue2.

It needs a dependence collection like vue3.

Stale issue message