Class: Matestack::Ui::Core::Base
- Inherits:
-
Object
- Object
- Matestack::Ui::Core::Base
- Includes:
- VueJs::Components
- Defined in:
- lib/matestack/ui/vue_js/initialize.rb
Instance Method Summary collapse
-
#vue ⇒ Object
give easy access to vue data attributes.
Methods included from VueJs::Components
#action, #async, #cable, #collection_content, #collection_content_next, #collection_content_page_link, #collection_content_previous, #collection_filter, #collection_filter_reset, #collection_order, #collection_order_toggle, #collection_order_toggle_indicator, #form_checkbox, #form_fields_for, #form_fields_for_add_item, #form_fields_for_remove_item, #form_input, #form_radio, #form_select, #form_textarea, #matestack_form, #matestack_vue_js_app, #onclick, #page_switch, #toggle, #transition
Instance Method Details
#vue ⇒ Object
give easy access to vue data attributes
6 7 8 |
# File 'lib/matestack/ui/vue_js/initialize.rb', line 6 def vue Matestack::Ui::VueJs::VueAttributes end |