We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52aa5a5 commit 9fdd0bdCopy full SHA for 9fdd0bd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-json-editor",
3
- "version": "1.1.2",
+ "version": "1.2.0",
4
"description": "A json editor of vue",
5
"main": "vue-json-editor.vue",
6
"scripts": {
vue-json-editor.vue
@@ -36,7 +36,6 @@
36
var json = self.editor.get()
37
self.error = false
38
} catch (e) {
39
- console.log('e:', e)
40
self.error = true
41
}
42
if (!self.error) {
0 commit comments