mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-08 17:22:32 +03:00
lint
This commit is contained in:
+2
-2
@@ -102,8 +102,8 @@ export default {
|
||||
expand: this.expand
|
||||
},
|
||||
on: {
|
||||
'update:expand': (event) => {
|
||||
this.expand = event
|
||||
'update:expand': value => {
|
||||
this.expand = value
|
||||
}
|
||||
}
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user