+6
-8
lines changedFilter options
+6
-8
lines changed Original file line number Diff line number Diff line change
@@ -35,10 +35,9 @@
35
35
return this.type === 'password'
36
36
},
37
37
listeners () {
38
-
return {
39
-
...this.$listeners,
40
-
input: event => this.$emit('input', event.target.value)
41
-
}
38
+
var l = {...this.$listeners}
39
+
delete l.input
40
+
return l
42
41
}
43
42
},
44
43
watch: {
Original file line number Diff line number Diff line change
@@ -48,10 +48,9 @@
48
48
},
49
49
computed: {
50
50
listeners () {
51
-
return {
52
-
...this.$listeners,
53
-
input: event => this.$emit('input', event.target.value)
54
-
}
51
+
var l = {...this.$listeners}
52
+
delete l.input
53
+
return l
55
54
},
56
55
textareaStyles () {
57
56
return {
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4