refactoring

This commit is contained in:
Philipp Kühn 2018-08-22 16:06:54 +02:00
parent e3aaa0630c
commit c7fdec68c0

View File

@ -124,7 +124,7 @@ export default {
},
methods: {
onUpdate(state) {
this.data = state.doc.toJSON()
console.log(state.doc.toJSON())
},
},
}