Skip to content

Conversation

@marcoroth
Copy link
Owner

This pull request adds support for properly converting non-standard Alpine.js attributes, like:

<button @click.prevent="something">Button</button>

Now converts to:

button("@click.prevent": "something") { "Button" }

instead of:

button(click.: true, prevent: %(something)) { %(Button)
 }

Resolves #284

Blocked by sparklemotion/nokogiri#3125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Converter doesn't handle non-standard HTML attributes

2 participants