mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-06-23 20:40:38 +03:00
add ref to JsonNull component
This commit is contained in:
@@ -34,7 +34,9 @@ export default {
|
||||
b: 'a',
|
||||
a: 'hello word',
|
||||
asd2: 1,
|
||||
asd: false
|
||||
asd: false,
|
||||
foo: null,
|
||||
bar: undefined
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-1
@@ -16,7 +16,8 @@ new Vue({
|
||||
a: 'hello word',
|
||||
asd2: 1,
|
||||
asd: false,
|
||||
foo: null
|
||||
foo: null,
|
||||
bar: undefined
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,6 +59,7 @@ export default {
|
||||
JsonBoolean,
|
||||
JsonObject,
|
||||
JsonArray,
|
||||
JsonNull,
|
||||
JIcon
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user