open-consul/ui/packages/consul-ui/app/components/state-machine/index.hbs

8 lines
124 B
Handlebars

{{yield
(hash
State=(component 'state' state=this.state)
dispatch=(action 'dispatch')
state=this.state
)
}}