baizonghao
2023-05-25 3c4d54bcb66d7cec4a35defc999250e200b4fdd2
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'
      }
    ]
  ]
}