Class: Matestack::Ui::VueJs::Components::Collection::Next
- Defined in:
- lib/matestack/ui/vue_js/components/collection/next.rb
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
8 9 10 11 12 |
# File 'lib/matestack/ui/vue_js/components/collection/next.rb', line 8 def response a .merge('v-on:click': 'vc.next()') do yield end end |