Преглед на файлове

docs: change useLoop title level (#893)

Co-authored-by: colinscz <19342760+colinscz@users.noreply.github.com>
menghan преди 3 дни
родител
ревизия
76b1866cfe
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/api/composables.md

+ 1 - 1
docs/api/composables.md

@@ -62,7 +62,7 @@ const context = useTresContext()
 | **advance** | a method to advance the render loop. This is only required if you set the `render-mode` prop to `manual`. |
 | **loop** | the renderer loop |
 
-### useLoop <Badge text="v4.0.0" />
+## useLoop <Badge text="v4.0.0" />
 
 This composable allows you to execute a callback on every rendered frame, similar to `useRenderLoop` but unique to each `TresCanvas` instance and with access to the [context](#usetrescontext).