diff --git a/docs/cookbook/orbit-controls.md b/docs/cookbook/orbit-controls.md
index b3db9a228..54d564f81 100644
--- a/docs/cookbook/orbit-controls.md
+++ b/docs/cookbook/orbit-controls.md
@@ -85,9 +85,10 @@ const { camera, renderer } = useTresContext()
```
-```vue [App.vue]
+```vue [App.vue] {3,12}
@@ -97,6 +98,7 @@ import { OrbitControls } from './OrbitControls.vue'
>
+
```
@@ -111,7 +113,12 @@ The `cientos` package provides a component called `` which is a
The nicest part? You don't need to extend the catalog or pass any arguments.
It just works. 💯
-```vue
+```vue {3,12}
+
+
```
-```vue [App.vue]
+```vue [App.vue] {3,12}
@@ -95,6 +96,7 @@ import { OrbitControls } from './OrbitControls.vue'
>
+
```
@@ -109,7 +111,12 @@ Das Paket `cientos` bietet eine Komponente namens ``, die ein W
Das Beste daran? Du musst den Katalog nicht erweitern oder irgendwelche Argumente übergeben.
Es funktioniert einfach. 💯
-```vue
+```vue {3,12}
+
+
```
-```vue [App.vue]
+```vue [App.vue] {3,12}
@@ -97,6 +98,7 @@ import { OrbitControls } from './OrbitControls.vue'
>
+
```
@@ -111,7 +113,12 @@ El paquete `cientos` proporciona un componente llamado `` que e
¿Lo mejor? No necesitas ampliar el catálogo ni pasar ningún argumento.
Simplemente funciona. 💯
-```vue
+```vue {3,12}
+
+