hujiulong / vue-3d-model

📷 vue.js 3D model viewer component
https://vue-3d-model.netlify.app
MIT License
2.47k stars 471 forks source link

引入组件后报错 #449

Open xielian521huacheng opened 1 year ago

xielian521huacheng commented 1 year ago

控制台报错 Uncaught TypeError: Cannot read properties of undefined (reading 'extend') at Module.fb15 (index.js?0f10:12:1) at nested_webpack_require_950__ (bootstrap?c733:19:1) at eval (bootstrap?c733:83:1) at eval (bootstrap?c733:83:1) at webpackUniversalModuleDefinition (universalModuleDefinition?8621:1:1) at eval (universalModuleDefinition?8621:1:1) at Object../node_modules/vue-3d-model/dist/vue-3d-model.umd.js (chunk-vendors.js:127:1) at webpack_require__ (app.js:113:33) at fn (app.js:347:21) at eval (index.js??clonedRuleSet-40.use[0]!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/App.vue?vue&type=script&lang=js:2:70)

xjown commented 1 year ago

我也是

n1ch0la5 commented 1 year ago

Same issue here: app.js:775 Uncaught TypeError: Cannot read property 'extend' of undefined

using Vue3 script setup

guolixun commented 1 year ago

+1

greysonkk commented 1 year ago

+1 how to solve it?

ZhuRuiHeng commented 1 year ago

+1

geshichuangdi commented 1 year ago

Same issue here: app.js:775 Uncaught TypeError: Cannot read property 'extend' of undefined

using Vue3 script setup

pardon, could you be more specifically? so poor my tech, thanks

magicmayu commented 1 year ago

same issue someone knows how to solve?

54mu3l commented 1 year ago

Duplicate of https://github.com/hujiulong/vue-3d-model/issues/460