Class: Matestack::Ui::VueJs::Components::Form::FieldsForRemoveItem
- Defined in:
- lib/matestack/ui/vue_js/components/form/fields_for_remove_item.rb
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
8 9 10 11 12 |
# File 'lib/matestack/ui/vue_js/components/form/fields_for_remove_item.rb', line 8 def response a class: 'matestack-ui-core-form-fields-for-remove-item', "@click.prevent": "vc.removeItem()" do yield if block_given? end end |