commit
61c7aa469e
|
@ -91,11 +91,12 @@ export default {
|
||||||
this.d_loading = newValue;
|
this.d_loading = newValue;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
items(newValue, oldValue) {
|
items: {
|
||||||
if (!oldValue || oldValue.length !== (newValue || []).length) {
|
handler(newValue) {
|
||||||
this.init();
|
this.init();
|
||||||
this.calculateAutoSize();
|
this.calculateAutoSize();
|
||||||
}
|
},
|
||||||
|
deep: true
|
||||||
},
|
},
|
||||||
itemSize() {
|
itemSize() {
|
||||||
this.init();
|
this.init();
|
||||||
|
|
Loading…
Reference in New Issue