Skip to content

Commit

Permalink
Fix Reference for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 27, 2024
1 parent 33f3925 commit 1330af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/STLLoader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const { file } = toRefs(props);
import { toRefs } from 'vue'
import { useTresContext } from '@tresjs/core'
import { STLLoader } from 'three/examples/jsm/loaders/STLLoader';
import { STLLoader } from 'three/examples/jsm/loaders/STLLoader.js';
import { Mesh, MeshBasicMaterial, MeshPhongMaterial } from 'three';
const loadSTLModel = (url: string): Promise<Mesh> => {
Expand Down

0 comments on commit 1330af2

Please sign in to comment.