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.
Takes an inner value and returns a reactive and mutable ref object, which has a single property
.value
that points to the inner value.