diff --git a/examples/app.js b/examples/app.js index 5b5e1de..bcc4c51 100644 --- a/examples/app.js +++ b/examples/app.js @@ -16,7 +16,8 @@ new Vue({ b: 'a', a: 'hello word', asd2: 1, - asd: false + asd: false, + foo: null } } } diff --git a/json-box.vue b/json-box.vue index 346ba4a..092defe 100644 --- a/json-box.vue +++ b/json-box.vue @@ -11,6 +11,7 @@ + +