• wanli's avatar
    :beetle: fix(资源监视模块): · 0587447b
    wanli authored
    资源监视模块增加更多信息展示、前端数据库缓存、后端接口超时优化
    0587447b
babel.config.js 325 Bytes
module.exports = {
  presets: [["@vue/app", { useBuiltIns: "entry" }]],
  plugins: [
    [
      "import",
      { libraryName: "ant-design-vue", libraryDirectory: "es", style: true },
    ],
    [
      "component",
      {
        libraryName: "element-ui",
        styleLibraryName: "theme-chalk",
      },
    ],
  ],
};