From 9dd80a8b4e895853636b18082758a47b013d48dd Mon Sep 17 00:00:00 2001 From: STAFYNIAK Sacha Date: Wed, 19 Sep 2018 11:52:28 +0200 Subject: [PATCH] lint --- lib/json-box.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } }))