From f3075bc246d9fc5e26940ba010e305b9f8e617f4 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:15:43 +0300 Subject: [PATCH] docs: add custom components to getting-started example (#1677) Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- docs/src/guide/getting-started.md | 157 +++++++++++++++++++++++++++++- 1 file changed, 155 insertions(+), 2 deletions(-) diff --git a/docs/src/guide/getting-started.md b/docs/src/guide/getting-started.md index c825b128..717b6f2c 100644 --- a/docs/src/guide/getting-started.md +++ b/docs/src/guide/getting-started.md @@ -74,7 +74,7 @@ Here's a simple example to get you started: ::: code-group -```vue [] +```vue [App.vue ] + + +``` + +```vue [SpecialEdge.vue ] + + + + + +``` + +```vue [App.vue ] + + +``` + +```vue [SpecialEdge.vue ] + + + + + +``` + ::: ## TypeScript