明梦爽
2021-11-08 810010a617a5b24238726c28b1b0d4b16c8629f8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports = {
  'presets': [
    '@vue/app'
  ],
  'plugins': [
    [
      'component',
      {
        'libraryName': 'element-ui',
        'styleLibraryName': 'theme-chalk'
      }
    ]
  ]
}