浏览代码

Fix import of vLightHelper (#954)

Tobias Wälde 2 月之前
父节点
当前提交
73d6cbcf36
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/de/directives/v-light-helper.md

+ 2 - 1
docs/de/directives/v-light-helper.md

@@ -12,7 +12,8 @@ Die folgenden Lichter werden unterstützt:
 
 ```vue{2,8,11,14,17}
 <script setup lang="ts">
-import { OrbitControls, Sphere, vLightHelper } from '@tresjs/cientos'
+import { vLightHelper } from '@tresjs/core'
+import { OrbitControls, Sphere } from '@tresjs/cientos'
 </script>
 <template>
   <TresCanvas >