Vue Composables - Vue Composables - Return Data and Functions From Composables
In this lesson, learn what you should return from a composable. To return both state and functions you should return an object. Some simpler composables will return reactive state directly.
Links
- Examples of composables that return reactive state directly
- Examples of composables that return an object with state and functions