fangyuan
2022-12-26 182a5b6da26a6fa461a190fc5c371034f1a3bc63
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports = {
  presets: [
    '@vue/cli-plugin-babel/preset'
  ],
  plugins: [
    [
      'component',
      {
        libraryName: 'element-ui',
        styleLibraryName: 'theme-chalk'
      }
    ]
  ]
}