CSR-254: fixes
This commit is contained in:
parent
b23c483823
commit
3f8eef0b07
2 changed files with 2 additions and 10 deletions
|
|
@ -79,14 +79,6 @@ export default {
|
||||||
driverSideOptionsData: [],
|
driverSideOptionsData: [],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
components: {
|
|
||||||
funnelHeader,
|
|
||||||
vehicleBanner,
|
|
||||||
funnelSubHeader,
|
|
||||||
damageLocationQuestion,
|
|
||||||
replaceOptionsQuestion,
|
|
||||||
funnelFooter,
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
arePagePrerequisitesValid() {
|
arePagePrerequisitesValid() {
|
||||||
return store.getters.vehicle.carId !== null;
|
return store.getters.vehicle.carId !== null;
|
||||||
|
|
|
||||||
|
|
@ -36,8 +36,8 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
clicked() {
|
clicked() {
|
||||||
// this.isLoaderDisplayed = true;
|
this.isLoaderDisplayed = true;
|
||||||
// this.$emit("click-event");
|
this.$emit("click-event");
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue