Removed unused console statements
This commit is contained in:
@@ -13,7 +13,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
emit() {
|
||||
console.log('emitted')
|
||||
this.$emit('click')
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,7 +23,6 @@ export default {
|
||||
this.$emit('enter')
|
||||
},
|
||||
handleInput(value) {
|
||||
console.log('this.value', this.value)
|
||||
this.$emit('inputValue', this.value)
|
||||
},
|
||||
toggleShowPassword() {
|
||||
|
||||
Reference in New Issue
Block a user