2
0
mirror of https://github.com/tenrok/vue-json-viewer.git synced 2026-06-20 20:00:37 +03:00

Merge branch 'add-null-value' into 1.x

This commit is contained in:
STAFYNIAK Sacha
2018-09-17 06:31:04 +02:00
3 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -35,7 +35,9 @@ export default {
b: 'a',
a: 'hello word',
asd2: 1,
asd: false
asd: false,
foo: null,
bar: undefined
}
}
}