Заменил селекты на BaseSelect

This commit is contained in:
DwCay
2022-11-03 10:35:37 +03:00
parent 5ae67320d5
commit 0786baee42
8 changed files with 61 additions and 52 deletions

View File

@@ -21,12 +21,10 @@ export default {
return {
left: this.parentSize.left + "px",
top: this.parentSize.top + this.parentSize.height + "px",
minWidth: this.parentSize.width + "px",
};
},
},
mounted() {
console.log(this.parentSize);
},
};
</script>