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} ``` @@ -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} + +