2019-06-03babel对mintUI按需导入时候.bab

2019-06-03  本文已影响0人  菩灵

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

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

上一篇 下一篇

猜你喜欢

热点阅读