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