From e8cc8f5ed672800bfda54b9e040c19950d522944 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 2 Apr 2024 15:33:12 +0100 Subject: [PATCH] fix(ui-templates): give alternative of creating `app.vue` (#233) --- packages/ui-templates/templates/welcome/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/ui-templates/templates/welcome/index.html b/packages/ui-templates/templates/welcome/index.html index 2731c9d580..cce2e6ba6f 100644 --- a/packages/ui-templates/templates/welcome/index.html +++ b/packages/ui-templates/templates/welcome/index.html @@ -242,8 +242,9 @@

Get started

-

Remove this welcome page by replacing <NuxtWelcome /> in app.vue with your own code.

- +

Remove this welcome page by + replacing <NuxtWelcome /> in app.vue with your own code, or creating your own app.vue if it doesn't exist.

+