-
- Tidying up the shop
- .
- .
- .
-
-
- Getting all the glass shined up
- .
- .
- .
-
-
- Planning your new view of the road
- .
- .
- .
-
-
- Nearly there
- .
- .
- .
-
-
- Finishing up
- .
- .
- .
-
+
+
+
+
+ Tidying up the shop
+ .
+ .
+ .
+
+
+ Getting all the glass shined up
+ .
+ .
+ .
+
+
+ Planning your new view of the road
+ .
+ .
+ .
+
+
+ Nearly there
+ .
+ .
+ .
+
+
+ Finishing up
+ .
+ .
+ .
+
+
@@ -58,6 +61,17 @@ export default {
isModalVisible: false,
};
},
+ props: {
+ notFullScreen: {
+ type: Boolean,
+ default: false,
+ },
+ },
+ computed: {
+ layoutClass() {
+ return this.notFullScreen ? "card-layout" : "full-screen";
+ },
+ },
methods: {
showModal() {
//Display modal
@@ -80,20 +94,43 @@ export default {