Class: Matestack::Ui::VueJs::Components::Collection::FilterReset
- Defined in:
- lib/matestack/ui/vue_js/components/collection/filter_reset.rb
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
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 |