• liang's avatar
    init · dad95e78
    liang authored
    dad95e78
babel.config.js 227 Bytes
module.exports = {
  presets: [
    "@vue/cli-plugin-babel/preset",
  ],
  "plugins": [
    [
      "import",
      {
        "libraryName": "vxe-table",
        "style": true // 样式是否也按需加载
      }
    ]
  ]
}