Skip to content

Commit

Permalink
fix: gltfModel inherit props
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeTorrealba committed Apr 24, 2023
1 parent 6823018 commit a80506e
Show file tree
Hide file tree
Showing 8 changed files with 419 additions and 410 deletions.
1 change: 0 additions & 1 deletion playground/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ declare module '@vue/runtime-core' {
PointerLockControlsDemo: typeof import('./src/components/PointerLockControlsDemo.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TheClouds: typeof import('./src/components/TheClouds.vue')['default']
TheGizmos: typeof import('./src/components/TheGizmos.vue')['default']
TheSmoke: typeof import('./src/components/TheSmoke.vue')['default']
TheStars: typeof import('./src/components/TheStars.vue')['default']
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"vue-router": "^4.1.6"
},
"devDependencies": {
"@tresjs/core": "2.0.0-beta.10",
"@tresjs/core": "2.0.0-beta.11",
"@vitejs/plugin-vue": "^4.1.0",
"typescript": "^5.0.4",
"unocss": "^0.51.4",
Expand Down
Loading

0 comments on commit a80506e

Please sign in to comment.