A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vuematerial/vue-material/commit/567e9a7 below:

fix input event handler not triggering (#1341) · vuematerial/vue-material@567e9a7 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+4

-3

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+4

-3

lines changed Original file line number Diff line number Diff line change

@@ -48,9 +48,10 @@

48 48

},

49 49

computed: {

50 50

listeners () {

51 -

var l = {...this.$listeners}

52 -

delete l.input

53 -

return l

51 +

return {

52 +

...this.$listeners,

53 +

input: this.onInput

54 +

}

54 55

},

55 56

textareaStyles () {

56 57

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