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
The text was updated successfully, but these errors were encountered:
armano2
changed the title
VDirectiveKey: parsing arguments (casing is removed)
VDirectiveKey: parsing arguments changes argument into lowercase letters.
Aug 1, 2017
In except the defined properties of custom components, v-on:attrName and v-on:attrname are the same attribute, both become v-on:attrname. So this is not a bug. However, I agree it's inconvenient if we cannot get the raw data of key.argument easily. I will add new property raw.
In all
VDirectiveKey
argument
is lowercased.required for: vuejs/eslint-plugin-vue#95
Tested on version: 2.0.0-beta.2
Input
Output
The text was updated successfully, but these errors were encountered: