Closed HenriMorlaye closed 7 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.
<button @click="myfunc">
<button v-on:click="myfunc">
Thank you for the report @HenriMorlaye 👍
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.