Closed nulkode closed 4 months ago
I'm trying to import a model in components/3D/TestModel.vue and nest it. However, it's not appearing. Only those models that are inside the app.vue or inside components itself and not the subfolder are rendered.
components/3D/TestModel.vue
app.vue
components
https://github.com/nulkode/tresjs-nuxt-error
bun install
bun dev
components/3D/TestMode.vue
System: OS: Windows 11 10.0.22631 Binaries: Node: 20.10.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.19 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 10.2.3 - C:\Program Files\nodejs\npm.CMD pnpm: 8.15.5 - C:\Program Files\nodejs\pnpm.CMD bun: 1.1.17 - ~\.bun\bin\bun.EXE Browsers: Ungoogled Chromium 124.0.6367.91 (Official Build, ungoogled-chromium) (64 bits) I'm using bun as a package manager but it is not listed as a package manager.
npm
Oops, wrong package.
Moved to https://github.com/Tresjs/nuxt/issues/108.
Describe the bug
I'm trying to import a model in
components/3D/TestModel.vue
and nest it. However, it's not appearing. Only those models that are inside theapp.vue
or insidecomponents
itself and not the subfolder are rendered.Reproduction
https://github.com/nulkode/tresjs-nuxt-error
Steps to reproduce
bun install
.bun dev
.components/3D/TestMode.vue
.System Info
Used Package Manager
npm
Code of Conduct