明梦爽
2022-08-15 6cf9fe5c9eb7dc664b7a64454cd327d08baf1a93
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'
      }
    ]
  ]
}