From 71efd851c88e7bd49995a17bd6f0a9103d5fc622 Mon Sep 17 00:00:00 2001 From: Ian Schmitz Date: Fri, 22 Mar 2024 06:30:36 -0700 Subject: [PATCH] Update getting-started.md --- docs/guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index a2541bd4..5b266913 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -82,7 +82,7 @@ You will be greeted with a few simple questions: <<< @/snippets/init.ansi ::: tip Vue as Peer Dependency -If you intend to perform customization that uses Vue components or APIs, you should also explicitly install `vue` as a peer dependency. +If you intend to perform customization that uses Vue components or APIs, you should also explicitly install `vue` as a dependency. ::: ## File Structure