From 9b1772c63198f5f09ec2ec41cceb608ec3627699 Mon Sep 17 00:00:00 2001 From: Johan Gunawan Date: Tue, 10 Jan 2023 16:13:45 -0500 Subject: [PATCH] Add placeholder pages Placeholder pages for pages that don't exist yet but needed so the navigation in the lookup pages can be tested. --- .../capability-questions.vue | 89 +++++++++++++++++++ .../coverage-statement/coverage-statement.vue | 89 +++++++++++++++++++ .../molding-questions/molding-questions.vue | 89 +++++++++++++++++++ src/router/router-constants/issPage-values.js | 1 + 4 files changed, 268 insertions(+) create mode 100644 src/layouts/capability-questions/capability-questions.vue create mode 100644 src/layouts/coverage-statement/coverage-statement.vue create mode 100644 src/layouts/molding-questions/molding-questions.vue diff --git a/src/layouts/capability-questions/capability-questions.vue b/src/layouts/capability-questions/capability-questions.vue new file mode 100644 index 00000000..e331206b --- /dev/null +++ b/src/layouts/capability-questions/capability-questions.vue @@ -0,0 +1,89 @@ + + diff --git a/src/layouts/coverage-statement/coverage-statement.vue b/src/layouts/coverage-statement/coverage-statement.vue new file mode 100644 index 00000000..71b67275 --- /dev/null +++ b/src/layouts/coverage-statement/coverage-statement.vue @@ -0,0 +1,89 @@ + + diff --git a/src/layouts/molding-questions/molding-questions.vue b/src/layouts/molding-questions/molding-questions.vue new file mode 100644 index 00000000..155d8552 --- /dev/null +++ b/src/layouts/molding-questions/molding-questions.vue @@ -0,0 +1,89 @@ + + diff --git a/src/router/router-constants/issPage-values.js b/src/router/router-constants/issPage-values.js index af17bd8f..c8200c6a 100644 --- a/src/router/router-constants/issPage-values.js +++ b/src/router/router-constants/issPage-values.js @@ -13,6 +13,7 @@ export const issPageValues = { PART_QUESTIONS: "part-questions", MOLDING_QUESTIONS: "molding-questions", CAPABILITY_QUESTIONS: "capability-questions", + COVERAGE_STATEMENT: "coverage-statement", REVEAL: "reveal", ESTIMATE: "estimate", ADDRESS_VEHICLES: "address-vehicles",