vue-cli4引入element-ui报错
types.js?a742:39 Uncaught TypeError: Cannot read property 'prototype' of undefinedat eval (types.js?a742:39)at Object../node_modules/element-ui/lib/utils/types.js (chunk-vendors.js:2736)at __webpack_r
·
引入element-ui报错
types.js?a742:39 Uncaught TypeError: Cannot read property 'prototype' of undefined at eval (types.js?a742:39) at Object../node_modules/element-ui/lib/utils/types.js (chunk-vendors.js:2736) at __webpack_require__ (app.js:849) at fn (app.js:151) at eval (util.js?8122:19) at Object../node_modules/element-ui/lib/utils/util.js (chunk-vendors.js:2748) at __webpack_require__ (app.js:849) at fn (app.js:151) at eval (format.js?9d7e:49) at Object../node_modules/element-ui/lib/locale/format.js (chunk-vendors.js:2339)
目前element-ui只支持2.6以下的版本,Vue3.0要使用element-ui就要使用element-plus
vue4-cli生成项目文件、引入element-ui
安装node
npm install -g @vue/cli
安装vue-cli脚手架
vue -V
查看vue-cli版本,@vue/cli 4.5.11
创建项目vue create demo
,demo是项目名称
npm i element-ui -S
下载element-ui,注意如果是vue3.0使用npm i element-plus
下载element-plus
全局导入ElementPlus
et -i 初始化变量文件报错
更多推荐
已为社区贡献8条内容
所有评论(0)