From f16467ae0755ca1bd9831f86781cd079299c02aa Mon Sep 17 00:00:00 2001
From: braks <78412429+bcakmakoglu@users.noreply.github.com>
Date: Tue, 5 Nov 2024 15:13:26 +0300
Subject: [PATCH] docs: add custom components to getting-started example
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 c825b1284..717b6f2ca 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 ]
+
+
+
+
{{ data.label }}
+
+
+ {x} {y}
+
+
+
+
+
+```
+
+```vue [SpecialEdge.vue ]
+
+
+
+
+
+
+
+
+
+
+
+ {{ data.hello }}
+
+
+
+```
+
+```vue [App.vue ]
+
+
+
+
{{ data.label }}
+
+
+ {x} {y}
+
+
+
+
+
+```
+
+```vue [SpecialEdge.vue ]
+
+
+
+
+
+
+
+
+
+
+
+ {{ data.hello }}
+
+
+
+```
+
:::
## TypeScript