我是靠谱客的博主 默默太阳,这篇文章主要介绍Error: .plugins[0][1] must be an object, false, or undefined,现在分享给大家,希望可以做个参考。
vue2.0+按需引入element-ui报错
正确写法:
复制代码
1
2
3
4
5
6
7
8
9
10
11
12
13module.exports = { "presets": [ "@vue/app", ["@babel/preset-env", { "modules": false }] ], "plugins": [["component", // 删掉[] { "libraryName": "element-ui", "styleLibraryName": "theme-chalk" } ]] }
最后
以上就是默默太阳最近收集整理的关于Error: .plugins[0][1] must be an object, false, or undefined的全部内容,更多相关Error:内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复