Add open change event to color picker

This commit is contained in:
Sergio Crisostomo 2018-05-03 10:42:26 +02:00
parent ca1b7bfaa6
commit 263c991ee0
2 changed files with 9 additions and 3 deletions

View file

@ -305,6 +305,7 @@
} else {
this.$refs.drop.destroy();
}
this.$emit('on-open-change', Boolean(val));
}
},
methods: {