浏览代码

chore: fix linter

alvarosabu 1 年之前
父节点
当前提交
5ed02b6494
共有 1 个文件被更改,包括 2 次插入1 次删除
  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 { 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(
   'https://raw.githubusercontent.com/Tresjs/assets/main/models/gltf/aku-aku/AkuAku.gltf',