WIP Изменен baseOptions

This commit is contained in:
Daria Golova
2022-12-29 12:24:46 +03:00
parent 9fc796c9d7
commit c664f11bfb
3 changed files with 19 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ export default {
name: "BaseOptions",
computed: {
parent() {
return this.$parent.$el;
return this.$parent.$refs.select;
},
parentSize() {
return this.parent?.getBoundingClientRect();