* Add missing example
Based on the comment, I believe you intended to have a third example in here.
* Update README.md
Co-Authored-By: Eduardo San Martin Morote <posva@users.noreply.github.com>
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
main,
// gives access to the state
state: main.state,
- // gives access to specific getter,
+ // gives access to specific getter; like `computed` properties, do not include `.value`
+ doubleCount: main.doubleCount
}
},
})