mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-17 19:21:24 +03:00
+2.2.22
This commit is contained in:
@@ -22,6 +22,7 @@ export default {
|
||||
previewMode: Boolean,
|
||||
showArrayIndex: Boolean,
|
||||
showDoubleQuotes: Boolean,
|
||||
path: String,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@@ -110,6 +111,7 @@ export default {
|
||||
forceExpand: this.forceExpand,
|
||||
showArrayIndex: this.showArrayIndex,
|
||||
showDoubleQuotes: this.showDoubleQuotes,
|
||||
path: `${this.path}.${key}`,
|
||||
}
|
||||
}))
|
||||
})
|
||||
|
||||
@@ -22,6 +22,7 @@ export default {
|
||||
previewMode: Boolean,
|
||||
showArrayIndex: Boolean,
|
||||
showDoubleQuotes: Boolean,
|
||||
path: String,
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@@ -121,6 +122,7 @@ export default {
|
||||
forceExpand: this.forceExpand,
|
||||
showArrayIndex: this.showArrayIndex,
|
||||
showDoubleQuotes: this.showDoubleQuotes,
|
||||
path: `${this.path}.${key}`
|
||||
}
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user