2019-06-03babel对mintUI按需导入时候.babelrc报错

需要增加到.babelrc中的应该是这个:
["component",
{
"libraryName": "mint-ui",
"style": true
}
]
“component”的后面应该是一个对象而不是数组
记得html中要增加meta:vp的视口

(babel-plugin-component官网)[https://www.npmjs.com/package/babel-plugin-component]

猜你喜欢

转载自blog.csdn.net/weixin_33991727/article/details/90843764
今日推荐