Răsfoiți Sursa

chore: fix linter

alvarosabu 1 an în urmă
părinte
comite
5ed02b6494
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      playground/src/components/DynamicModel.vue

+ 2 - 1
playground/src/components/DynamicModel.vue

@@ -2,7 +2,8 @@
 import { useControls } from '@tresjs/leches'
 import { useControls } from '@tresjs/leches'
 import { useGLTF } from '@tresjs/cientos'
 import { useGLTF } from '@tresjs/cientos'
 
 
-const { scene } = await useGLTF('https://raw.githubusercontent.com/Tresjs/assets/main/models/gltf/blender-cube.glb', { draco: true })
+const { scene } = await useGLTF('https://raw.githubusercontent.com/Tresjs/assets/main/models/gltf/blender-cube.glb', 
+  { draco: true })
 
 
 const { nodes } = await useGLTF(
 const { nodes } = await useGLTF(
   'https://raw.githubusercontent.com/Tresjs/assets/main/models/gltf/aku-aku/AkuAku.gltf',
   'https://raw.githubusercontent.com/Tresjs/assets/main/models/gltf/aku-aku/AkuAku.gltf',