1
huangxiaoqiang
6 天以前 ce1f8c5b0e8cd5d4050e79c3e02433aafce81b24
1
2
3
4
5
6
7
8
9
10
11
12
{
    "presets": [["es2015", { "modules": false }]],
    "plugins": [
      [
        "component",
        {
          "libraryName": "element-ui",
          "styleLibraryName": "theme-chalk"
        }
      ]
    ]
  }