This commit is contained in:
@@ -135,23 +135,20 @@ export default {
|
|||||||
},
|
},
|
||||||
deep: true
|
deep: true
|
||||||
},
|
},
|
||||||
selected: {
|
// selected: {
|
||||||
handler(newValue, oldValue) {
|
// handler(newValue, oldValue) {
|
||||||
if (newValue.length != oldValue.length) {
|
// //without this it fires twice
|
||||||
console.log("Selected changed, triggering handleSelectChange:");
|
// if (newValue.length != oldValue.length) {
|
||||||
|
// this.handleSelectChange();
|
||||||
this.handleSelectChange();
|
// }
|
||||||
}
|
// },
|
||||||
},
|
// deep: true
|
||||||
deep: true
|
|
||||||
}
|
|
||||||
// ,
|
|
||||||
// selected: function(newValue, oldValue) {
|
|
||||||
// if (newValue != oldValue) {
|
|
||||||
// console.log("Selected changed, triggering handleSelectChange:");
|
|
||||||
// this.handleSelectChange();
|
|
||||||
// }
|
|
||||||
// }
|
// }
|
||||||
|
selected: function(newValue, oldValue) {
|
||||||
|
if (newValue.length != oldValue.length) {
|
||||||
|
this.handleSelectChange();
|
||||||
|
}
|
||||||
|
}
|
||||||
// , //for now, not going with my own mini mode but may revisit so keeping this here but commented out for now
|
// , //for now, not going with my own mini mode but may revisit so keeping this here but commented out for now
|
||||||
// "$vuetify.breakpoint.xs": function(value) {
|
// "$vuetify.breakpoint.xs": function(value) {
|
||||||
// this.getDataFromApi();
|
// this.getDataFromApi();
|
||||||
|
|||||||
Reference in New Issue
Block a user