WIP Изменен baseOptions
This commit is contained in:
@@ -8,7 +8,7 @@ export default {
|
||||
name: "BaseOptions",
|
||||
computed: {
|
||||
parent() {
|
||||
return this.$parent.$el;
|
||||
return this.$parent.$refs.select;
|
||||
},
|
||||
parentSize() {
|
||||
return this.parent?.getBoundingClientRect();
|
||||
|
||||
Reference in New Issue
Block a user