You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
the following works with data and aria tags:
Comp('data-foo-bar' => 12, 'data-baz-woggle' => "strng")
can be written as
Comp(data: {foo_bar: 12, baz_woggle: "strng")
In otherwords data attributes can be provided as a hash, and snake case will be dasherized automatically.
Also works with
aria
attributesThe text was updated successfully, but these errors were encountered: