@avakhula/ui 0.0.291 → 0.0.293
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
package/src/components/List.vue
CHANGED
|
@@ -458,8 +458,11 @@ export default {
|
|
|
458
458
|
});
|
|
459
459
|
}
|
|
460
460
|
},
|
|
461
|
-
options
|
|
462
|
-
|
|
461
|
+
options: {
|
|
462
|
+
handler(newOptions) {
|
|
463
|
+
this.initialOptions = copy(newOptions);
|
|
464
|
+
},
|
|
465
|
+
deep: true,
|
|
463
466
|
},
|
|
464
467
|
initialOptions(newOptions) {
|
|
465
468
|
let isOptionsEqual = true;
|