xhlife / vue3-grid-layout

About A draggable and resizable grid layout, for Vue3.
https://github.com/xhlife/vue3-grid-layout
MIT License
99 stars 28 forks source link

[Vue warn]: Detected a possible deep change on field `value` ref #13

Open sereneinserenade opened 9 months ago

sereneinserenade commented 9 months ago

Following warning is logged in console.

[Vue warn]: Detected a possible deep change on field `value` ref, for nested changes please either set the entire ref value or use `setValue` or `handleChange`.

Could these lines be causing it?

https://github.com/xhlife/vue3-grid-layout/blob/6582ab0fc2f48e3beaad93467b7f0c4e839e2874/src/components/Grid/GridLayout.vue#L409-L413