This commit is contained in:
2020-01-31 01:17:40 +00:00
parent a3abed71b2
commit 429276886d
2 changed files with 1 additions and 10 deletions

View File

@@ -135,15 +135,6 @@ export default {
},
deep: true
},
// selected: {
// handler(newValue, oldValue) {
// //without this it fires twice
// if (newValue.length != oldValue.length) {
// this.handleSelectChange();
// }
// },
// deep: true
// }
selected: function(newValue, oldValue) {
if (newValue.length != oldValue.length) {
this.handleSelectChange();