diff --git a/lib/json-box.vue b/lib/json-box.vue index ca50154..c562bbf 100644 --- a/lib/json-box.vue +++ b/lib/json-box.vue @@ -102,8 +102,8 @@ export default { expand: this.expand }, on: { - 'update:expand': (event) => { - this.expand = event + 'update:expand': value => { + this.expand = value } } }))