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:
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user