Skip to content

Commit 1c5d1b1

Browse files
committed
refactor: Code pretty.
1 parent 7437bc9 commit 1c5d1b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/App.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,10 @@ export default {
281281
},
282282
watch: {
283283
val(newVal) {
284-
try {
284+
try {
285285
this.json = JSON.parse(this.val)
286286
} catch (err) {
287+
console.log('JSON ERROR')
287288
}
288289
},
289290
selectableType (newVal) {

0 commit comments

Comments
 (0)