Takes an inner value and returns a reactive and mutable ref object, which has a single property .value that points to the inner value.
.value
The object to wrap in the ref.
https://vuejs.org/api/reactivity-core.html#ref
Takes an inner value and returns a reactive and mutable ref object, which has a single property
.value
that points to the inner value.