Skip to content

Commit

Permalink
docs: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jun 17, 2023
1 parent a28486b commit e398719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/.vitepress/cache/deps_temp_9655456f/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
2 changes: 1 addition & 1 deletion docs/guide/nuxt.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ yarn add three @tresjs/nuxt

- 🤓 Auto-import components and composables from the [TresJS ecosystem](https://github.com/orgs/Tresjs/repositories)
- `TresCanvas` client only, you don't need to add `.client` to the component name or `<ClientOnly />`
- Automatically configures vue compiler to support TresJS components, see [why](http://localhost:5174/guide/troubleshooting.html#failed-resolve-component-trescomponent-%F0%9F%A4%94)?
- Automatically configures vue compiler to support TresJS components, see [why](/guide/troubleshooting.html#failed-resolve-component-trescomponent-%F0%9F%A4%94)?
- All the DX Magic that comes with Nuxt ✨

## Usage
Expand Down

0 comments on commit e398719

Please sign in to comment.