Skip to content

special characters in attribute names #212

Description

@punund

Certain frameworks rely on specifically crafted attributes:

    <button v-on:submit.prevent=foo>

However, blade fails if given

 button(v-on:submit.prevent="foo")

This wouldn't work either:

 button(@attr="foo")

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions