diff --git a/examples/app.js b/examples/app.js index cf90e20..cdbfcec 100644 --- a/examples/app.js +++ b/examples/app.js @@ -15,10 +15,11 @@ new Vue({ b: 'a', a: 'hello word', asd2: 1, - asd: false + asd: false, + foo: null } } } }, components: {JsonViewer} -}) \ No newline at end of file +}) diff --git a/json-box.vue b/json-box.vue index 9857f48..7fa6ad3 100644 --- a/json-box.vue +++ b/json-box.vue @@ -11,6 +11,7 @@ + +