@kizmann/nano-ui 0.8.0 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -186,7 +186,7 @@ export default {
|
|
186
186
|
$scope: this.scope, $model: this.tempValue, $global: window
|
187
187
|
};
|
188
188
|
|
189
|
-
if ( Obj.get(sources, prop,
|
189
|
+
if ( Obj.get(sources, prop, -1337) === -1337 ) {
|
190
190
|
Obj.set(sources, prop, fallback);
|
191
191
|
}
|
192
192
|
|
@@ -266,7 +266,7 @@ export default {
|
|
266
266
|
};
|
267
267
|
|
268
268
|
props[this.toPropKey(key)] = this.getInput(value.value,
|
269
|
-
|
269
|
+
value.fallback);
|
270
270
|
});
|
271
271
|
|
272
272
|
let element = alias.replace(/:.*?$/, '');
|