Vue wrapper for [Robot](https://github.com/matthewp/robot)
npm install vue-robotVue wrapper for Robot
``vue
button(
type="button"
:click="send('toggle')"
)
| {{ state.name }}
`
...
Arguments
- machine initialContext
-
Returns { currentState, send, service}:
- currentState send
- service`
-