ElemeFE / mint-ui

Mobile UI elements for Vue.js
http://mint-ui.github.io/#!/en
MIT License
16.56k stars 3.55k forks source link

[Feature Request] How to use babel-plugin-component in vue-cli3 #1455

Open wzc0x0 opened 6 years ago

wzc0x0 commented 6 years ago

Existing Component

Component Name

babel-plugin-component

Description

The babel version is 7 in vue-cli3 , but your document is lower , please modify

wzc0x0 commented 6 years ago

module.exports = { presets: [ '@vue/app' ], plugins: [ ["component", { "libraryName": "mint-ui", "style": true }] ] }

ZengTianShengZ commented 6 years ago

thank you so much 😊

xian107 commented 5 years ago

babel.config.js配置如下 image

main.js image

然而这样却报错请问是什么原因 image 求高手帮忙解答!!!! 求高手帮忙解答!!!!

ZengTianShengZ commented 5 years ago

@xian107 配错了,很明显啊。参照 @wzc0x0

xian107 commented 5 years ago

@ZengTianShengZ 哪里配置错了

shushillyA commented 5 years ago

@xian107 .plugins[0][1] 必须是 object || false || undefined 你的配置是个array