how redefine reactive data
Version
3.0.4
Reproduction link
https://codesandbox.io/s/festive-antonelli-imnb7?file=/src/components/ComposationApi.vue
Steps to reproduce
- click change in
vue with Option Api
box and see change - click change or change2 in
vue with Composation Api
box and see not changed!!
What is expected?
when click change
or change2
in vue with Composation Api
and change that data.
What is actually happening?
when click change
or change2
in vue with Composation Api
data not change.
use
ref
try with ref: sandbox but again not work! why?