diff --git a/src/fmg-components/funnel-footer/funnel-footer.vue b/src/fmg-components/funnel-footer/funnel-footer.vue index 2a6119681..f1900596b 100644 --- a/src/fmg-components/funnel-footer/funnel-footer.vue +++ b/src/fmg-components/funnel-footer/funnel-footer.vue @@ -34,6 +34,7 @@ import buttonMain from "@/ux-components/button-main/button-main"; export default { name: "funnelFooter", + emits: ["BackClicked", "ForwardClicked"], // <--- should remove oodles of warnings in dev tools props: { isForwardActionDisabled: Boolean, isBackButtonHidden: { type: Boolean, default: false }, diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index c4944f3ee..f4d4d6ea0 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -4,6 +4,17 @@ +
+ +
shouldDisableForwardAction: {{ shouldDisableForwardAction }}
+
+ +
+
@@ -27,6 +38,7 @@