From 43580d88df6f7fd448e445d0ecc3c141a3cb96d3 Mon Sep 17 00:00:00 2001 From: Adam Procter <adam.procter@soton.ac.uk> Date: Thu, 29 Jun 2023 16:36:23 +0100 Subject: [PATCH] added prop msg string --- nodenoggin/index.html | 2 +- nodenoggin/src/views/HomeView.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nodenoggin/index.html b/nodenoggin/index.html index 0aef3e2..8ba3e28 100644 --- a/nodenoggin/index.html +++ b/nodenoggin/index.html @@ -13,4 +13,4 @@ <script type="module" src="/src/main.js"></script> </body> -</html> +</html> \ No newline at end of file diff --git a/nodenoggin/src/views/HomeView.vue b/nodenoggin/src/views/HomeView.vue index 6bb706f..652067f 100644 --- a/nodenoggin/src/views/HomeView.vue +++ b/nodenoggin/src/views/HomeView.vue @@ -4,6 +4,6 @@ import TheWelcome from '../components/TheWelcome.vue' <template> <main> - <TheWelcome /> + <TheWelcome msg="nodenogg.in" /> </main> </template> -- GitLab