Certain frameworks rely on specifically crafted attributes: ````html <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")