Skip to content
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

Cannot read properties of undefined #58

Open
vsantw opened this issue Sep 12, 2022 · 2 comments
Open

Cannot read properties of undefined #58

vsantw opened this issue Sep 12, 2022 · 2 comments

Comments

@vsantw
Copy link

vsantw commented Sep 12, 2022

Vue.use(Element) ???
vue3好像不能这样弄吧,
vue create my-app
cd my-app
vue add element
然后 npm run serve
进入网站显示空白并且控制台报错
现在是不支持vue3.2吗?

@AdrianRonaldo10
Copy link

同样的错误(OVO)

@AdrianRonaldo10
Copy link

我是8080的
Uncaught runtime errors:
Cannot read properties of undefined (reading 'prototype')
TypeError: Cannot read properties of undefined (reading 'prototype')
at eval (webpack-internal:///./node_modules/element-ui/lib/utils/types.js:41:115)
at ./node_modules/element-ui/lib/utils/types.js (http://localhost:8080/js/chunk-vendors.js:845:1)
at webpack_require (http://localhost:8080/js/app.js:277:33)
at fn (http://localhost:8080/js/app.js:527:21)
at eval (webpack-internal:///./node_modules/element-ui/lib/utils/util.js:18:14)
at ./node_modules/element-ui/lib/utils/util.js (http://localhost:8080/js/chunk-vendors.js:856:1)
at webpack_require (http://localhost:8080/js/app.js:277:33)
at fn (http://localhost:8080/js/app.js:527:21)
at eval (webpack-internal:///./node_modules/element-ui/lib/locale/format.js:43:13)
at ./node_modules/element-ui/lib/locale/format.js (http://localhost:8080/js/chunk-vendors.js:501:1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants