2
0
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:
vtejuf
2021-10-09 11:49:22 +08:00
committed by GitHub
parent 160b1d77ad
commit 08c57d5fe1
+1 -1
View File
@@ -92,7 +92,7 @@ export default {
},
props: {
sort: this.sort,
// keyName: key,
keyName: `${key}`,
depth: this.depth + 1,
value,
previewMode: this.previewMode,