Implemented editor

This commit is contained in:
2020-12-04 04:27:02 +01:00
parent 6ea50532cc
commit 5676ec38d2
5 changed files with 140 additions and 41 deletions

View File

@@ -116,7 +116,6 @@ export default {
mounted() {
this.rootDivOffset.top = this.$el ? this.$el.offsetTop : 0;
this.rootDivOffset.left = this.$el ? this.$el.offsetLeft : 0;
// console.log(22222, this.rootDivOffset);
},
methods: {
findNodeWithID(id) {