mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-11 18:02:29 +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