mint-ui
mint-ui copied to clipboard
[Feature Request] How to use babel-plugin-component in vue-cli3
Existing Component
是
Component Name
babel-plugin-component
Description
The babel version is 7 in vue-cli3 , but your document is lower , please modify
module.exports = { presets: [ '@vue/app' ], plugins: [ ["component", { "libraryName": "mint-ui", "style": true }] ] }
thank you so much 😊
babel.config.js配置如下
main.js
然而这样却报错请问是什么原因
求高手帮忙解答!!!!
求高手帮忙解答!!!!
@xian107 配错了,很明显啊。参照 @wzc0x0
@ZengTianShengZ 哪里配置错了
@xian107 .plugins[0][1] 必须是 object || false || undefined 你的配置是个array