在阅读别人的例子是发现使用了babel的component插件不是很明白是什么意思
.babelrc中的代码片段
"plugins": [
"transform-runtime",
["component", [
{
"libraryName": "element-ui",
"styleLibraryName": "theme-default"
}
]]
],
在阅读别人的例子是发现使用了babel的component插件不是很明白是什么意思
.babelrc中的代码片段
"plugins": [
"transform-runtime",
["component", [
{
"libraryName": "element-ui",
"styleLibraryName": "theme-default"
}
]]
],