Category "vue-reactivity"

How to make nested properties reactive in Vue

I hava a component with complex nested props: <template> <div> <a-tree :tree-data="data" :selected-keys="[selectedKey]" @select="onSele

Vue stored valued through props not being reactive

So I pass value using [props] and stored it in child component's data. However, when passing [props] value changes from parent, it's not updating in child compo

Vue stored valued through props not being reactive

So I pass value using [props] and stored it in child component's data. However, when passing [props] value changes from parent, it's not updating in child compo