Class: Matestack::Ui::VueJs::Components::Collection::Page

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

Instance Method Summary collapse

Instance Method Details

#responseObject



10
11
12
13
14
# File 'lib/matestack/ui/vue_js/components/collection/page.rb', line 10

def response
  a options.merge('v-on:click': "vc.goToPage(#{ctx.page})") do
    yield
  end
end