mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
Removed unused console statements
This commit is contained in:
@@ -13,7 +13,6 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
emit() {
|
emit() {
|
||||||
console.log('emitted')
|
|
||||||
this.$emit('click')
|
this.$emit('click')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user