-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue3 Support #287
Comments
The current version should be compatible with Vue 3, but I haven't tested it. |
Vue 3.0 doesn't have Vue.extend anymore. Apart from this, there shouldn't be that many changes needed. Tried to contribute, but get the following errors:
|
for vue3 I get |
What are the options for using this with Vue3? Are there any work arounds or other solutions? |
same here, please support vue3 |
是的,vue3不支持extend。所以程序无法运行了。请问有什么方法可以解决 |
+1 on this, had to reroll this repo for myself in my project i just upgraded |
Hello! Can you advise any solutions to make "vue-3d-model" work with vue 3? |
Same problem for Vue3! |
Any updates on this? :) Or does anyone know a similar package for vue 3? |
The latest 2.x version already supports Vue 3, but it is still in alpha status, and there may be major API changes. |
@hfg-joschua-r I managed to work around this issue by using three.js. They have an ObjectViewer class you can import. Can provide an example if needs be. |
can you please provide the example? @DevinNorgarb |
Did anyone find a fix to this problem? I'm having the same error as pictured in the screenshot from @yxnzhe . |
Hiii, I need a fix for Vue3 too !! :D |
@gabrielgriesser I ended up using a similar package called |
Thank you ! I tried it yesterday but impossible for me to load .OBJ model :/ This package ( I'll open an issue. |
@kbs1 @gabrielgriesser @yxnzhe @hfg-joschua-r Sorry, I honestly thought I had responded with this gist I created, but unfortunately, I didn't click the "Comment" button. Hope this helps |
Probably duplicate of #460 ? |
Hello,
will there be a vue 3 version?
Thanks a lot!
The text was updated successfully, but these errors were encountered: