You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: