mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-20 20:00:37 +03:00
use index as keyName in type array
This commit is contained in:
@@ -92,7 +92,7 @@ export default {
|
|||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
sort: this.sort,
|
sort: this.sort,
|
||||||
// keyName: key,
|
keyName: `${key}`,
|
||||||
depth: this.depth + 1,
|
depth: this.depth + 1,
|
||||||
value,
|
value,
|
||||||
previewMode: this.previewMode,
|
previewMode: this.previewMode,
|
||||||
|
|||||||
Reference in New Issue
Block a user