Class: Matestack::Ui::VueJs::Components::Collection::FilterReset

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

Instance Method Summary collapse

Instance Method Details

#responseObject



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

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