This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user