2
0
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:
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: { 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,