武汉四维h5程序,基于达闼设备,单独分开
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

13 行
231 B

  1. module.exports = {
  2. presets: ["@vue/cli-plugin-babel/preset"],
  3. plugins: [
  4. [
  5. "component",
  6. {
  7. libraryName: "mint-ui",
  8. style: true
  9. }
  10. ]
  11. ]
  12. };