@kizmann/nano-ui 0.8.1 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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(/:.*?$/, '');
|