Element ui 按需引入配置babel.confg.js
2021-01-05 02:29
阅读:333
标签:hal eset The set 引入 plugin library lse one Element ui 按需引入配置babel.confg.js 标签:hal eset The set 引入 plugin library lse one 原文地址:https://www.cnblogs.com/WorldEye/p/13618929.html
module.exports = {
presets: [
[‘@vue/cli-plugin-babel/preset‘, { modules: false }]
],
plugins: [
[
‘component‘,
{
libraryName: ‘element-ui‘,
styleLibraryName: ‘theme-chalk‘
}
]
]
}
下一篇:js知识的在理解。
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Element ui 按需引入配置babel.confg.js
文章链接:http://soscw.com/index.php/essay/40168.html
文章标题:Element ui 按需引入配置babel.confg.js
文章链接:http://soscw.com/index.php/essay/40168.html
评论
亲,登录后才可以留言!