Class: Matestack::Ui::VueJs::Components::Collection::Next

Inherits:
Component
  • Object
show all
Defined in:
lib/matestack/ui/vue_js/components/collection/next.rb

Instance Method Summary collapse

Instance Method Details

#responseObject



8
9
10
11
12
# File 'lib/matestack/ui/vue_js/components/collection/next.rb', line 8

def response
  a options.merge('v-on:click': 'vc.next()') do
    yield
  end
end