slime-lang / slime

Minimalistic HTML templates for Elixir, inspired by Slim.
http://slime-lang.com
MIT License
371 stars 57 forks source link

Vue.js style attributes #106

Closed HenriMorlaye closed 7 years ago

HenriMorlaye commented 8 years ago

Vue.js uses attributes containing "@" or ":". For example <button @click="myfunc"> or <button v-on:click="myfunc"> These kind of attributes are not parsed correctly by slime.

doomspork commented 8 years ago

Thank you for the report @HenriMorlaye 👍