Fix conflicts
This commit is contained in:
@@ -121,4 +121,10 @@ export default {
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.tft_section {
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
@@ -238,9 +238,6 @@
|
||||
<script>
|
||||
export default {
|
||||
props: ["id", "farmingProcess", "cultivationProcess", "main", "sections"],
|
||||
mounted() {
|
||||
console.log(this.sections);
|
||||
},
|
||||
methods: {
|
||||
img(image) {
|
||||
if (!image) return "";
|
||||
|
||||
Reference in New Issue
Block a user