jinkin1995 / vue-json-edit

Visual JSON editor built as an vue component. Provides a basic GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After adding the first element to the array, all subsequent ones are not attached to parsedData

rayets123 opened this issue · comments

Example screenshot http://prntscr.com/nyap5s

Found a problem!!! In ArrayView.vue miss watcher for parsedData

watch: { parsedData: { handler(newValue, oldValue) { this.flowData = this.parsedData; } } }