Converts a reactive object to a plain object where each property of the resulting object is a ref pointing to the corresponding property of the original object. Each individual ref is created using ().
Reactive object to be made into an object of linked refs.
https://vuejs.org/api/reactivity-utilities.html#torefs
Converts a reactive object to a plain object where each property of the resulting object is a ref pointing to the corresponding property of the original object. Each individual ref is created using ().