2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-20 20:00:37 +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 expand: this.expand
}, },
on: { on: {
'update:expand': (event) => { 'update:expand': value => {
this.expand = event this.expand = value
} }
} }
})) }))