diff --git a/src/App.vue b/src/App.vue index 01c5f0b..7d10960 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ diff --git a/src/components/Welcome.vue b/src/components/Welcome.vue index b94c4b1..ea4e538 100644 --- a/src/components/Welcome.vue +++ b/src/components/Welcome.vue @@ -6,7 +6,7 @@
- Drupal {{ drupalVersion }} + {{ title }}
@@ -25,7 +25,7 @@
-

Welcome to Drupal {{ drupalVersion }}

+

Welcome to {{ title }}

No front page content has been created yet.

Follow the User Guide to start building your site.

@@ -84,7 +84,7 @@ export default { components: { MainMenu }, props: { - drupalVersion: { + title: { type: String, required: true }