Implemented editor
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user