mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-20 20:00:37 +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 {
|
export default {
|
||||||
name: 'JsonBox',
|
name: 'JsonBox',
|
||||||
props: {
|
props: {
|
||||||
value: [Object, Array, String, Number, Boolean],
|
value: [Object, Array, String, Number, Boolean, Function],
|
||||||
keyName: String
|
keyName: String
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
Reference in New Issue
Block a user