WIP Удалила лишнее
This commit is contained in:
@@ -54,7 +54,6 @@ export default {
|
||||
isActive: false,
|
||||
someDetailsShown: true,
|
||||
isOpenDescriptionCard: false,
|
||||
cardSize: {},
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
@@ -222,12 +221,6 @@ export default {
|
||||
this.hideDescriptionCard();
|
||||
this.setDefaultTheme();
|
||||
},
|
||||
writeCardSize() {
|
||||
this.cardSize = {
|
||||
width: this.$refs["eventCard"].getBoundingClientRect().width,
|
||||
height: this.calculateCardHeight - 8,
|
||||
};
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
changeFormWasClosed: {
|
||||
@@ -240,9 +233,6 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.writeCardSize();
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user