大宝管理后台代码
jhzh
2024-05-22 455b1ab17947dec33c33f8d7fa03e23a94291139
1
2
3
4
5
6
7
8
9
10
11
12
{
  "presets": [["es2015", { "modules": false }]],
  "plugins": [
    [
      "component",
      {
        "libraryName": "element-ui",
        "styleLibraryName": "theme-chalk"
      }
    ]
  ]
}