Fix conflicts

This commit is contained in:
samaradel
2021-08-16 14:48:01 +02:00
4 changed files with 79 additions and 27 deletions

View File

@@ -121,4 +121,10 @@ export default {
},
},
};
</script>
</script>
<style scoped>
.tft_section {
margin: auto;
}
</style>

View File

@@ -238,9 +238,6 @@
<script>
export default {
props: ["id", "farmingProcess", "cultivationProcess", "main", "sections"],
mounted() {
console.log(this.sections);
},
methods: {
img(image) {
if (!image) return "";