Skip to content
Snippets Groups Projects
Commit da2accd2 authored by henrikburmann's avatar henrikburmann
Browse files

Removed redundant view

parent ff5db7e1
No related branches found
No related tags found
1 merge request!81Renting
Pipeline #179643 failed
......@@ -153,7 +153,6 @@ export default {
};
await postNewRent(rent);
console.log(rent);
this.confirmed = true;
},
},
......
<template>
<!-- <new-rent :newRentBox="item" ></new-rent>
-->
<h1>Hei</h1>
</template>
<script>
// import NewRent from '@/components/RentingComponents/NewRent.vue'
export default {
name: "RentConfirm",
components:{
// NewRent
},
data(){
return{
// item: null
}
},
mounted(){
const item = this.$route.params.data;
console.log("Hieee" + item);
}
}
</script>
<style>
</style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment