Selectbox change alert.

This commit is contained in:
Cüneyt Şentürk 2020-01-03 14:42:16 +03:00
parent 143315fe23
commit 9951ec3bc6

View File

@ -238,8 +238,6 @@ export default {
methods: {
change() {
alert('Helooo');
this.$emit('change', this.real_model);
this.$emit('interface', this.real_model);
},