|
@@ -1,6 +1,6 @@
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
-import { reactive } from 'vue'
|
|
|
|
import type { Loader } from 'three'
|
|
import type { Loader } from 'three'
|
|
|
|
+import { reactive } from 'vue'
|
|
import { useLoader } from './index'
|
|
import { useLoader } from './index'
|
|
|
|
|
|
const props = defineProps<{
|
|
const props = defineProps<{
|