zhangxiaomeng 1 year ago
parent
commit
98535cbf98
  1. 2
      kcui/src/view/Book.vue

2
kcui/src/view/Book.vue

@ -82,7 +82,7 @@ export default {
},
goHome(){
this.$router.push('/')
this.$router.push('/Graph')
},
onCreated(editor) {
this.editor = Object.seal(editor) // Object.seal()

Loading…
Cancel
Save