2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-08 17:22:32 +03:00

add Function type to JsonBox value props

This commit is contained in:
STAFYNIAK Sacha
2018-09-17 06:00:42 +02:00
parent f0ce8278c9
commit dc343355e1
+1 -1
View File
@@ -20,7 +20,7 @@ import JsonFunction from './types/json-function';
export default {
name: 'JsonBox',
props: {
value: [Object, Array, String, Number, Boolean],
value: [Object, Array, String, Number, Boolean, Function],
keyName: String
},
data() {