Vue wants to write two words in elementui and mintui,babelrc at the same time.

introduce elementui and mintui, on demand, but both need to set how libraryName, should be written in babelrc

.

https://www.npmjs.com/package.

 1%", "last 2 versions", "not ie <= 8"]
  }
}],
"stage-2"

],
"plugins": ["transform-vue-jsx", "transform-runtime",

["component", {
  "libraryName": "mint-ui",
  "style":true
}],
["import",
  {
    "libraryName": "element-ui",
    "styleLibraryName": "theme-chalk"
  }
]

]
}
change it to one, and install another npm install babel-plugin-import-- save-dev.
there is another solution:
"plugins": [

["component",
[{
"libraryName": "mint-ui",
"style": true
},
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}]

]

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b323e2-341aa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b323e2-341aa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?