jinkin1995 / vue-json-edit

Visual JSON editor built as an vue component. Provides a basic GUI
288 stars 88 forks source link

numberInputChange() method in JsonView component takes invalid parameter #32

Closed RichuJohn closed 4 years ago

RichuJohn commented 4 years ago

The parameter passed to numberInputChange() method is currently 'member', which is an invalid property. I think you should have used 'item'