Skip to content

reactiveObject()

Okku edited this page May 31, 2021 · 4 revisions

The reactiveObject() method takes in an object and recursively converts each of its keys' values into reactive ones using the reactive() method.

← Previous: ReactiveArray | Next: reactive()