Remove console.log
This commit is contained in:
parent
2718a7acf6
commit
bd3aad47d7
@ -40,7 +40,6 @@ export default {
|
||||
methods: {
|
||||
change: function (e) {
|
||||
this.value = e.target.value
|
||||
console.log(this.value)
|
||||
this.showError = false
|
||||
setTimeout(() => this.$refs.popover.hide(), 300)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user