2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-08 17:22:32 +03:00
This commit is contained in:
STAFYNIAK Sacha
2018-09-19 11:52:28 +02:00
parent 2b06d0236b
commit 9dd80a8b4e
+2 -2
View File
@@ -102,8 +102,8 @@ export default {
expand: this.expand
},
on: {
'update:expand': (event) => {
this.expand = event
'update:expand': value => {
this.expand = value
}
}
}))