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