.babelrc 107 B

12345678910
  1. {
  2. "plugins": [
  3. [
  4. "component",
  5. {
  6. "libraryName": "element-plus"
  7. }
  8. ]
  9. ]
  10. }