Its corresponding renderless component is GraffitiGet.
The arguments of this composable as the same as Graffiti.get,
only they can also be Refs
or getters.
As they change the output will automatically update.
Reactivity only triggers when the root array or object changes,
not when the elements or properties change.
If you need deep reactivity, wrap your argument in a getter.
The Graffiti.get method as a reactive composable for use in the Vue composition API.
Its corresponding renderless component is GraffitiGet.
The arguments of this composable as the same as Graffiti.get, only they can also be Refs or getters. As they change the output will automatically update. Reactivity only triggers when the root array or object changes, not when the elements or properties change. If you need deep reactivity, wrap your argument in a getter.