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