Removed unused console statements

This commit is contained in:
2019-10-04 16:11:29 +02:00
parent ca910089c5
commit 9d819e9a14
2 changed files with 0 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ export default {
}, },
methods: { methods: {
emit() { emit() {
console.log('emitted')
this.$emit('click') this.$emit('click')
} }
} }

View File

@@ -23,7 +23,6 @@ export default {
this.$emit('enter') this.$emit('enter')
}, },
handleInput(value) { handleInput(value) {
console.log('this.value', this.value)
this.$emit('inputValue', this.value) this.$emit('inputValue', this.value)
}, },
toggleShowPassword() { toggleShowPassword() {