|
|
@@ -17,7 +17,7 @@ export function bindDynamicKeys (baseObj: Object, values: Array<any>): Object {
|
|
|
if (typeof key === 'string' && key) {
|
|
|
baseObj[values[i]] = values[i + 1]
|
|
|
} else if (process.env.NODE_ENV !== 'production' && key !== '' && key !== null) {
|
|
|
- // null is a speical value for explicitly removing a binding
|
|
|
+ // null is a special value for explicitly removing a binding
|
|
|
warn(
|
|
|
`Invalid value for dynamic directive argument (expected string or null): ${key}`,
|
|
|
this
|