What was learned:
- Values passed as not strings, so raw JS objects or the
.valueon a Vue ref, changing it internally in the composable does not affect the original object - If a ref is passed into the composable, changing it, or a
refcreated from it, will update the original object